Hi,
When bumping Dash from 1.21 to 2.0.0 and having followed instructions in the migration guide, I’m dealing with a layout issue with the following JS error :
Uncaught TypeError: Cannot read properties of null (reading 'indexOf')
at _indexOf.js:5
at a (_includes.js:3)
at t (_curry2.js:28)
at Checklist.react.js:43
at Array.map (<anonymous>)
at s.value (Checklist.react.js:36)
at finishClassComponent (react-dom@16.v2_0_0m1633516564.14.0.js:17295)
at updateClassComponent (react-dom@16.v2_0_0m1633516564.14.0.js:17245)
at beginWork (react-dom@16.v2_0_0m1633516564.14.0.js:18755)
at HTMLUnknownElement.callCallback (react-dom@16.v2_0_0m1633516564.14.0.js:182)
I’m currently using Chrome. Any ideas on how to get more clues to find the root cause of the error ?
I have failed to find a MWE as I’m not quite familiar on how to investigate JS errors and I have found little information on such an error on the net as well as Dash community forum.
Thanks in advance for your help