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
When the Scrollbar component is rendered within a component that is in a sub route of react-router, the children of the Scrollbar are not displayed on the screen. For example:
App:
....
ParentComponent:
const {path} = useRouteMatch()
...
ChildComponent:
// the
is not displayed on the screen, although I can see the elements accurately represented in Inspect in Chrome
Hello world
....
The text was updated successfully, but these errors were encountered:
Hi,
When the Scrollbar component is rendered within a component that is in a sub route of react-router, the children of the Scrollbar are not displayed on the screen. For example:
App:
....
ParentComponent:
const {path} = useRouteMatch()
...
ChildComponent:
// theis not displayed on the screen, although I can see the elements accurately represented in Inspect in Chrome- Hello world
....
The text was updated successfully, but these errors were encountered: