You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[warning] menuShouldBlockScroll has multiple declarations with a comment. An arbitrary comment will be used.
[info] The comments for name are declared at:
/some-repo/node_modules/react-select/dist/declarations/src/Select.d.ts:155
/some-repo/node_modules/react-select/dist/declarations/src/Select.d.ts:155
This is a really weird issue, since it indicates that somehow there's a duplicate in symbol.declarations... which as far as I understood the compiler API, should not be the case, or declarationToCommentNode/collectCommentRanges is somehow duplicating a node, which would be a bug in those very simple functions.
The latest version of react-select's source doesn't match up with what that warning says is happening, is there any chance you could create a simple project I could look at to see this warning?
Search terms
multiple declarations
Expected Behavior
No warning produced
Actual Behavior
Steps to reproduce the bug
config:
current-level tsconfig
top level tsconfig
Environment
The text was updated successfully, but these errors were encountered: