timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.73k stars 323 forks source link

TypeError: Failed to set an indexed property [0] on 'CSSStyleDeclaration': Indexed property setter is not supported. #346

Open robotzhang opened 7 months ago

robotzhang commented 7 months ago

development is ok, but build for production react app crash with error: TypeError: Failed to set an indexed property [0] on 'CSSStyleDeclaration': Indexed property setter is not supported. after remove toast.success('success info', { className: 'toast-success' }) can fixed crash.

so this is a bug with react-hot-toast, but how test and debug?