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

circular dependency warning when used with rollup #2

Open
sormy opened this issue Mar 3, 2019 · 0 comments
Open

circular dependency warning when used with rollup #2

sormy opened this issue Mar 3, 2019 · 0 comments

Comments

@sormy
Copy link

sormy commented Mar 3, 2019

This package has cross references that is ok but adds extra noise to rollup-based bundles:

(!) Circular dependency: node_modules/create-react-ref/lib/createRef.js -> node_modules/create-react-ref/lib/getRef.js -> node_modules/create-react-ref/lib/forwardRef.js -> node_modules/create-react-ref/lib/createRef.js
(!) Circular dependency: node_modules/create-react-ref/lib/createRef.js -> node_modules/create-react-ref/lib/getRef.js -> node_modules/create-react-ref/lib/forwardRef.js -> node_modules/create-react-ref/lib/RefForwarder.js -> node_modules/create-react-ref/lib/createRef.js
(!) Circular dependency: node_modules/create-react-ref/lib/createRef.js -> node_modules/create-react-ref/lib/getRef.js -> node_modules/create-react-ref/lib/forwardRef.js -> node_modules/create-react-ref/lib/RefForwarder.js -> commonjs-proxy:node_modules/create-react-ref/lib/createRef.js -> node_modules/create-react-ref/lib/createRef.js
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

1 participant