We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986f417 commit b8fc62fCopy full SHA for b8fc62f
packages/core/README.md
@@ -66,7 +66,7 @@ const App = () => {
66
<header>Some fancy header or whatever</header>
67
<Editor>
68
// Editable area starts here
69
- <Frame resolver={TextComponent, Container}>
+ <Frame resolver={{TextComponent, Container}}>
70
<Canvas>
71
<TextComponent text="I'm already rendered here" />
72
</Canvas>
0 commit comments