Hello,
I am building a multi page application.
I have a side bar to navigate between pages.
When I in a page, whenever I choose a Select , the application restarts again.
It sometimes doesnot happen, and a lot of times the application restarts.
In my developer console, I get these errors
Error:
key
is not a prop. Trying to access it will result in undefined
being returned. If you need to access the same value within the child component, you should pass it as a different prop.
Error:
Warning: Each child in a list should have a unique “key” prop. See https://fb.me/react-warning-keys for more information.
Error:
Warning: Each child in a list should have a unique “key” prop. See https://fb.me/react-warning-keys for more information.
Error:
POST http://127.0.0.1:8888/_dash-update-component
Error: server did not respond as it restarts
All of the code is in this repository
I am not sure why these error happen sometimes, and sometimes they do not Or how to resolve the restarting of the application.
Please, any help is appreciated
1 post - 1 participant