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 Nov 15, 2022. It is now read-only.
Hey,
I am using a ListItem button to access to routes defined
Here is my routes file
`const routes = {
'/': () => ,
'/search': () => ,
'/newcase': () => ,
'/agenda': () => ,
I have this message
0.chunk.js:110570 Warning: Failed prop type: Invalid prop component supplied to ForwardRef(ButtonBase). Expected an element type that can hold a ref. Did you accidentally provide a plain function component instead?
Please help
The text was updated successfully, but these errors were encountered:
Hey,
I am using a ListItem button to access to routes defined
Here is my routes file
`const routes = {
'/': () => ,
'/search': () => ,
'/newcase': () => ,
'/agenda': () => ,
}
export default routes;
The main file is
I have this message
0.chunk.js:110570 Warning: Failed prop type: Invalid prop
component
supplied toForwardRef(ButtonBase)
. Expected an element type that can hold a ref. Did you accidentally provide a plain function component instead?Please help
The text was updated successfully, but these errors were encountered: