Skip to content
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

Reaflow not working because of dependency issue #187

Open
Prasy12 opened this issue Oct 18, 2022 · 1 comment
Open

Reaflow not working because of dependency issue #187

Prasy12 opened this issue Oct 18, 2022 · 1 comment

Comments

@Prasy12
Copy link

Prasy12 commented Oct 18, 2022

I'm submitting a...


[ ] Bug report 

Current behavior

When I try to use reaflow, it throws an error on the dependency 'calculate-size' module with the following error
image

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

@luanelioliveira
Copy link

Just add the GENERATE_SOURCEMAP=false before the start script.

... "scripts": { "start": "GENERATE_SOURCEMAP=false react-scripts start", ... },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants