Open
Description
I regularly save my store to localStorage via JSON.stringify().
Upon page load, I load the localStorage store, and apply it to my store via a JSON.parse().
If notifications exist, the website fails to load.
The issue is with the icon, as it is a react node being saved as an object, and cannot be converted back to a node upon JSON.parse()
The error is:
Warning: Failed prop type: Invalid prop
iconsupplied to
Notification, expected a ReactNode.