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
{{ message }}
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
As the optimizeForReactDomand optimizeForReactNative opt-ins are not transpiled and use object destructuring, they do not work in certain browsers (namely, IE11).
Can we avoid destructuring and just do it a bit more conventionally?
Hi!
As the
optimizeForReactDomandoptimizeForReactNativeopt-ins are not transpiled and use object destructuring, they do not work in certain browsers (namely, IE11).Can we avoid destructuring and just do it a bit more conventionally?
For example: