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
The {Bounds} type is present in @visx/brush/lib/types. The type Bounds is not being exported explicitly by @visx/visx or @visx/brush. So the only way to access it is by using the complete path @visx/brush/lib/types even if you have installed @visx/brush. This is causing a dependency issue when importing {Bounds} after you install all packages under @visx/visx umbrella. The dependency issue says that you have a missing dependency @visx/brush even when it has been installed under @visx/visx.
Requesting that if {Bounds} could be accessed by using only @visx/visx or @visx/brush rather than complete path then it will mitigate this issue.
The text was updated successfully, but these errors were encountered:
whitetiger1399
changed the title
Export issue with Bounds
Export issue with {Bounds} in @visx/brush/lib/types
Mar 9, 2021
whitetiger1399
changed the title
Export issue with {Bounds} in @visx/brush/lib/types
Dependancy issue with {Bounds} in @visx/brush/lib/types
Mar 9, 2021
whitetiger1399
changed the title
Dependancy issue with {Bounds} in @visx/brush/lib/types
Dependancy issue caused with {Bounds} in @visx/brush/lib/types
Mar 9, 2021
The {Bounds} type is present in
@visx/brush/lib/types
. The type Bounds is not being exported explicitly by @visx/visx or @visx/brush. So the only way to access it is by using the complete path@visx/brush/lib/types
even if you have installed@visx/brush
. This is causing a dependency issue when importing {Bounds} after you install all packages under@visx/visx
umbrella. The dependency issue says that you have a missing dependency@visx/brush
even when it has been installed under@visx/visx
.Requesting that if {Bounds} could be accessed by using only
@visx/visx
or@visx/brush
rather than complete path then it will mitigate this issue.The text was updated successfully, but these errors were encountered: