LouisBarranqueiro / reapop

:postbox: A simple and customizable React notifications system
https://louisbarranqueiro.github.io/reapop
MIT License
1.55k stars 78 forks source link

IE11 not support #509

Closed dongcer closed 1 year ago

dongcer commented 2 years ago

Description

In the IE11 browser environment, the browser crashes by calling the notify function

Expected behavior

There should be a compatibility scheme that does not crash

Steps to reproduce the bug

There should be a compatibility scheme that does not crash

Environment

Additional information

dongcer commented 2 years ago

Object does not support the animate property or method

LouisBarranqueiro commented 1 year ago

👋 @dongcer, could you please share the stacktrace with me please? But from what I can understand, your application is missing polyfill for IE. It is intended that the library does not include polyfills for all browsers to keep the library lightweight. It's up to the developer to include them if they need them.

LouisBarranqueiro commented 1 year ago

👋 @dongcer, could you please share the stacktrace with me please? But from what I can understand, your application is missing polyfill for IE. It is intended that the library does not include polyfills for all browsers to keep the library lightweight. It's up to the developer to include them if they need them.

Feel free to reopen this issue if you still encounter a problem.