-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example only works in examples subfolder, not in new project #92
Comments
@iamdustan any idea? I am not clear about the peer deps things related to devtools. |
I’m guessing something between React and React DevTools versions and/or local or global react-devtools being installed (e.g https://github.com/Yomguithereal/react-blessed/blob/master/package.json#L55) |
I see |
@dandrei the JSX transform transforms lowercased |
Thanks @iamdustan. My IDE complained about it so I thought I did something wrong, but the code works fine. |
If I copy the following code to the examples/ folder inside a git checkout of react-blessed (
db718351aee3ab4f40a9f7b59c12270054ee5da3
), and change'react-blessed'
to'../src'
the following works fine. If I have it in a new project, I get this error:My package.json:
The text was updated successfully, but these errors were encountered: