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
Hi, I am trying to use your library with IE8, and I faced with an issue: there is a Object.defineProperty executing which is didn't work well in IE8. Is there a way to replace it with something to make it work in IE8? So, it's called from 'src/Value.js', line 115:
I tried to remake this part of code without defineProperty, but the issue is still here. The page don't load in IE8. So, the problem is that assessors not supported in IE8.
Hi, I am trying to use your library with IE8, and I faced with an issue: there is a Object.defineProperty executing which is didn't work well in IE8. Is there a way to replace it with something to make it work in IE8? So, it's called from 'src/Value.js', line 115:
The text was updated successfully, but these errors were encountered: