nrkno / core-components

Accessible and lightweight Javascript components
https://static.nrk.no/core-components/latest/
MIT License
117 stars 10 forks source link

Adding check for null-values in onMutation #654

Closed sindrebilden closed 2 years ago

sindrebilden commented 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.

skjalgepalg commented 2 years ago

Thanks for providing a PR for this!

skjalgepalg commented 2 years ago

Published patch to npm. Release notes available here