We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps:
Repro Repo: https://github.com/ambroselittle/styleguidist-test
Error I am seeing when running (npm run styleguide) on latest macOS:
npm run styleguide
Failed to compile. Error in ./src/components/testComponent.jsx Syntax error: Unexpected token (4:0) 2 | import {observer} from 'mobx-react'; 3 | > 4 | @observer | ^ 5 | export default class TestComponent extends Component { 6 | render() { 7 | return ( @ ./~/react-styleguidist/loaders/styleguide-loader.js!./~/react-styleguidist/lib/index.js 25:30-129 @ ./~/react-styleguidist/lib/index.js @ multi ./~/react-styleguidist/lib/index ./~/react-styleguidist/~/react-dev-utils/webpackHotDevClient.js
The text was updated successfully, but these errors were encountered:
First link in Google: facebook/create-react-app#214
Sorry, something went wrong.
No branches or pull requests
Steps:
Repro Repo:
https://github.com/ambroselittle/styleguidist-test
Error I am seeing when running (
npm run styleguide
) on latest macOS:The text was updated successfully, but these errors were encountered: