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

Import of non-existent export #78

Open
andrewmclagan opened this issue Mar 7, 2019 · 1 comment
Open

Import of non-existent export #78

andrewmclagan opened this issue Mar 7, 2019 · 1 comment

Comments

@andrewmclagan
Copy link
Contributor

When using this package within another package that builds with Rollup. We get the error:

(!) Import of non-existent export
node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js
73:   }
74: }
75: import { bpfrpt_proptype_WindowScroller } from '../WindowScroller.js';
             ^
(!) Circular dependency: node_modules/react-virtualized/dist/es/Grid/utils/ScalingCellSizeAndPositionManager.js -> node_modules/react-virtualized/dist/es/Grid/utils/CellSizeAndPositionManager.js -> node_modules/react-virtualized/dist/es/Grid/types.js -> node_modules/react-virtualized/dist/es/Grid/utils/ScalingCellSizeAndPositionManager.js
(!) Circular dependency: node_modules/react-virtualized/dist/es/WindowScroller/WindowScroller.js -> node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js -> node_modules/react-virtualized/dist/es/WindowScroller/WindowScroller.js

It seems like the import of react-virtualized is pretty normal? Any ideas?

@techniq
Copy link
Owner

techniq commented Mar 9, 2019

@andrewmclagan Sorry, I've not used rollup myself (nor with this library, only webpack) so I'm not sure how best to fix this. Maybe someone else watch this repo would have an idea...

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