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?
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 removetoast.success('success info', { className: 'toast-success' })
can fixed crash.so this is a bug with react-hot-toast, but how test and debug?