Skip to content

Commit db39fbf

Browse files
author
bunsenstraat
authored
Merge pull request #395 from ethereum/newbranch
render any element in view plugin
2 parents 0174472 + 94c64dc commit db39fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine/web/src/lib/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function isView<P extends Profile>(profile: Profile): profile is (ViewPro
99
export type ViewProfile = Profile & LocationProfile
1010

1111
export abstract class ViewPlugin extends Plugin {
12-
abstract render(): Element
12+
abstract render(): any
1313

1414
constructor(public profile: ViewProfile) {
1515
super(profile)

0 commit comments

Comments
 (0)