-
Notifications
You must be signed in to change notification settings - Fork 108
Syntax Errors #80
Comments
FYI, all I'm trying to make is a simple application where the code is encoded in the url so I can create an iframe easily |
I get the same error running the demo with the es6 class/ReactDOM example from the docs.
My scope in app.jsx looks like this scope={{ReactDOM, React, Button}} |
@ccorcos Everything looks correct aside from a missing <Playground
codeText={boilerplate}
scope={{React, ReactDOM, R, flyd}}
noRender={false}
/> It will allow you to use your own @mziemer21 I am not sure what your usage looks like exactly, but when you are using your own |
It would be great if the docs could be improved around this point... I just ran into the same issue by following the "getting started" and docs and was confused for quite awhile until finding this ticket. In particular:
This is a super cool library but I imagine this must be an annoying barrier to entry for a lot of people trying to get started with it... I'll try to submit a PR later this week that improves docs here if I have time. |
This is all I have:
And I keep getting these syntax issues:
I'm not sure how to get this going...
The text was updated successfully, but these errors were encountered: