Closed sindrebilden closed 2 years ago
Keep getting this error when using core-suggest in React and the parent component re-render.
Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase') at onMutation
Added a null safeguard to prevent it.
Thanks for providing a PR for this!
Published patch to npm. Release notes available here
Keep getting this error when using core-suggest in React and the parent component re-render.
Added a null safeguard to prevent it.