Closed Tarpsvo closed 4 years ago
Thanks for the report, you are right. Are you willing to provide PR?
Definitely, provided a PR at #239.
Thank you. Can you also make the same PR to the next
branch, please? It might be released soon as 2.0.
Thanks! PR opened at #240.
I thank you :) Published 1.5.1.
No problem! Thanks for the quick reply, merge and new release!
Hi!
As the
optimizeForReactDom
andoptimizeForReactNative
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?
For example: