I am suddenly getting an error message for an application I built a few months ago which didn't have any issues until last week. My application fails to render every time I use my search box to search for text and hide elements across a ListView:
Error: Minified React error #301 visit Minified React error #301 – React for the full message or use the non-minified dev environment for full...
There's a reload button but this doesn't help either. This started happening about a week ago and has not resolved itself.
From the react page: Minified React error #301 – React
Too many re-renders. React limits the number of renders to prevent an infinite loop.
Do you have any advice for how to resolve this?
Thank you,
Cason