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
Currently Object.entries is being used in several of the generator functions, but Object.entries is not supported by IE11. This should be addressed by adding a babel polyfill to take care of compiling the Object.entries calls to something else.
The text was updated successfully, but these errors were encountered:
Currently
Object.entries
is being used in several of the generator functions, butObject.entries
is not supported by IE11. This should be addressed by adding a babel polyfill to take care of compiling theObject.entries
calls to something else.The text was updated successfully, but these errors were encountered: