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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
Hi,
I am getting this error. Should we add something for children? I dont see that u use it in the example.
Warning: Failed prop type: The prop childrenis marked as required inSidebar, but its value is undefined. in Sidebar (created by Header) in Header (created by App) in div (created by App) in App (created by Route) in Route in ScrollToTop (created by Route) in Route (created by withRouter(ScrollToTop)) in withRouter(ScrollToTop) in Router (created by BrowserRouter) in BrowserRouter
The text was updated successfully, but these errors were encountered:
It looks like Sidenav cannot be self-closing. It is required to have children. A temporary workaround is to put an empty fragment inside the component.
<Sidenav>
<></>
</Sidenav>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am getting this error. Should we add something for children? I dont see that u use it in the example.
Warning: Failed prop type: The prop
childrenis marked as required in
Sidebar, but its value is
undefined. in Sidebar (created by Header) in Header (created by App) in div (created by App) in App (created by Route) in Route in ScrollToTop (created by Route) in Route (created by withRouter(ScrollToTop)) in withRouter(ScrollToTop) in Router (created by BrowserRouter) in BrowserRouter
The text was updated successfully, but these errors were encountered: