You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: