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
I just compiled some code with parcel v2 and got this error. Most probably, this depends on how the files will get bundled (it throws when the helper is used in the react-sticky PlaceholderElement), but should be handled in the library anyhow.
I just compiled some code with parcel v2 and got this error. Most probably, this depends on how the files will get bundled (it throws when the helper is used in the react-sticky PlaceholderElement), but should be handled in the library anyhow.
Most probably a
window.requestAnimationFrame.bind(window)
does the trick.See https://stackoverflow.com/questions/9677985/uncaught-typeerror-illegal-invocation-in-chrome
The text was updated successfully, but these errors were encountered: