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
We need full browser support and unfortunately that includes Internet Explorer 11. Simplicity of the modal is great, but we might have to take this down quickly without some way to fix the issue in IE11
To Reproduce
Click on the button that injects the modal on the screen
We have an instance where when loading the page we get an error that says
"Object doesn't support property method 'values'.
In the console we get "Button reference not valid"
We render an error on the page but page doesn't load appropriately because of the error message coming from the modal.
Expected behavior
The modal should pop up.
Environment
IE 11 on a Windows Machine.
react-micro-modal version:
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
We need full browser support and unfortunately that includes Internet Explorer 11. Simplicity of the modal is great, but we might have to take this down quickly without some way to fix the issue in IE11
To Reproduce
Click on the button that injects the modal on the screen
We have an instance where when loading the page we get an error that says
"Object doesn't support property method 'values'.
In the console we get "Button reference not valid"
We render an error on the page but page doesn't load appropriately because of the error message coming from the modal.
Expected behavior
The modal should pop up.
Environment
IE 11 on a Windows Machine.
The text was updated successfully, but these errors were encountered: