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
[ ] Bug report
When I try to use reaflow, it throws an error on the dependency 'calculate-size' module with the following error
Reaflow should run without this error
1.yarn add reaflow 2.Import canvas 3.Add sample Canvas code from storybook and try to visualise the graph
The text was updated successfully, but these errors were encountered:
Just add the GENERATE_SOURCEMAP=false before the start script.
... "scripts": { "start": "GENERATE_SOURCEMAP=false react-scripts start", ... },
Sorry, something went wrong.
No branches or pull requests
I'm submitting a...
Current behavior
When I try to use reaflow, it throws an error on the dependency 'calculate-size' module with the following error
Expected behavior
Reaflow should run without this error
Minimal reproduction of the problem with instructions
1.yarn add reaflow
2.Import canvas
3.Add sample Canvas code from storybook and try to visualise the graph
The text was updated successfully, but these errors were encountered: