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

Added missing dependencies #1496

Merged
merged 1 commit into from
Mar 3, 2020
Merged

Conversation

Mike-Dax
Copy link
Contributor

@Mike-Dax Mike-Dax commented Mar 2, 2020

Closes #1495

Victory charts is incompatible with Yarn PnP due to out of spec imports.

For example, victory-voronoi-container imports react-fast-compare but it is not declared in victory-voronoi-containers package.json.

This currently works for other package managers due to how the node_modules folders just happen to be mounted, but this should be considered undefined behavior.

This PR adds the imported dependencies into the relevant package.json files.

@boygirl
Copy link
Contributor

boygirl commented Mar 3, 2020

@Mike-Dax Thank you for this fix! I'll get a patch out for you today

@boygirl boygirl merged commit a652fdf into FormidableLabs:master Mar 3, 2020
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

Successfully merging this pull request may close these issues.

Incompatible with Yarn PnP
2 participants