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
Our React Quick Start contains code for a react-shim.js file. Some or all of the functions included there will (or have) become unnecessary as the plugin API evolves.
As of XD 16, we no longer need to shim setTimeout and clearTimeout.
Proposed solution
Let's leave it as-is now, so developers have this option for backwards compatibility.
In a few months, when we no longer need to support older versions of XD with the missing APIs, let's remove unneeded functions, or if possible at some point (much longer term), the entire shim itself.
The text was updated successfully, but these errors were encountered:
Submit an issue
Topic
This is an issue regarding:
https://github.com/AdobeXD/plugin-docs/blob/master/tutorials/quick-start-react/index.md
Versions
Description of the issue
Our React Quick Start contains code for a
react-shim.js
file. Some or all of the functions included there will (or have) become unnecessary as the plugin API evolves.As of XD 16, we no longer need to shim
setTimeout
andclearTimeout
.Proposed solution
Let's leave it as-is now, so developers have this option for backwards compatibility.
In a few months, when we no longer need to support older versions of XD with the missing APIs, let's remove unneeded functions, or if possible at some point (much longer term), the entire shim itself.
The text was updated successfully, but these errors were encountered: