Error: When you create a new document you must pass a 'rootContainer' or 'rootTemplate' parameter to the editor
Hey @alihammad99, what's the full URL you used?
Hey @alihammad99, what's the full URL you used?
Which URL? localhost:3000
Check out this link: https://docs.easyblocks.io/getting-started#open-the-editor. You should specify rootComponent in order to open the editor.
Btw, the error message is wrong, it should be rootComponent, not rootContainer, we'll fix that tomorrow.
What if I want to render this on another route or in default route(localhost:3000)? Is there any way to handle this?
Check out this link: https://docs.easyblocks.io/getting-started#open-the-editor. You should specify
rootComponentin order to open the editor.Btw, the error message is wrong, it should be
rootComponent, notrootContainer, we'll fix that tomorrow.
just reminding, the error message still says rootContainer
This is where I am at, error message is still there. What is the fix though? I am not that knowledgable, but at least others ran into the same issue so perhaps I'm on the right track?