Skip to content

rollup build is complaining about circular dependencies in react-bootstrap-typeahead #424

@SerdarSanri

Description

@SerdarSanri

Version

4.1.0

Steps to reproduce

add module to your project, and run with rollup -c

Expected Behavior

Bundled application should build without warnings

Actual Behavior

rollup build sends two warnings that react-bootstrap-typeahead is using circular dependency which causes application to become unresponsive

(!) Circular dependency: node_modules\react-bootstrap-typeahead\lib\utils\index.js -> node_modules\react-bootstrap-typeahead\lib\utils\addCustomOption.js -> node_modules\react-bootstrap-typeahead\lib\utils\index.js
(!) Circular dependency: node_modules\react-bootstrap-typeahead\lib\utils\index.js -> node_modules\react-bootstrap-typeahead\lib\utils\addCustomOption.js ->  commonjs-proxy:C:\project\node_modules\react-bootstrap-typeahead\lib\utils\index.js -> node_modules\react-bootstrap-typeahead\lib\utils\index.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions