-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Decorators causes Gatsby to crash #129
Comments
actually it appears to be a little more interesting than just the decorator the decorator by itself doesn't cause problems, it's when I try to use radium specific styles like ':hover', etc. |
Hey @rossPatton I just pushed a new release with a bunch of upgrades. Could you try upgrading and see how things are working now? |
I've updated to
|
Check out the upgrade guide, there's some new packages you need to install https://github.com/gatsbyjs/gatsby/releases/tag/v0.8.3 |
Cool, so I followed that and the error is gone now. Unfortunately the original issue with Radium still exists |
@rossPatton could you push to Github your setup w/ radium where there's a crash so I could take a look at it? |
@rossPatton if this is still a problem, feel free to reopen! |
This change allows the user to provide a babelrc or a babel section in their package.json. It also allows gatsby to be used without having to specifiy a babelrc if the user doesn't need anything past what babel provides as a default. * It resolves all of the paths to become absolute such that the user can crawl upwards as in gatsbyjs#239. * It allows the custom usage of other babel plugins so that decorators work as in gatsbyjs#129.
This change allows the user to provide a babelrc or a babel section in their package.json. It also allows gatsby to be used without having to specifiy a babelrc if the user doesn't need anything past what babel provides as a default. * It resolves all of the paths to become absolute such that the user can crawl upwards as in gatsbyjs#239. * It allows the custom usage of other babel plugins so that decorators work as in gatsbyjs#129.
Fixed in #279 and released in 0.11 |
Was hoping to use https://github.com/FormidableLabs/radium with gatsby to make hover states and media queries much easier, but attempting to use the @radium decorator causes gatsby to choke.
when I remove the decorator gatsby works
edit: posted the wrong err
The text was updated successfully, but these errors were encountered: