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 recently updated DevTools to use the new, experimental getCacheForType API (#20548) which works well for the browser and standalone extension versions, because they bundle their own version of React (the experimental release). This has left the react-devtools-inline package (used by e.g. Code Sandbox) in an unreleasable state though until the new Suspense APIs are released as stable.
Perhaps I could go back to the last commit prior to #20548 and do one final release, but then I will be blocked.
The text was updated successfully, but these errors were encountered:
bvaughn
changed the title
react-devtools-inline package currently broken by react@experimental dependency
react-devtools-inline package now has react@experimental dependency
Mar 18, 2021
I recently updated DevTools to use the new, experimental
getCacheForType
API (#20548) which works well for the browser and standalone extension versions, because they bundle their own version of React (the experimental release). This has left thereact-devtools-inline
package (used by e.g. Code Sandbox) in an unreleasable state though until the new Suspense APIs are released as stable.Perhaps I could go back to the last commit prior to #20548 and do one final release, but then I will be blocked.
The text was updated successfully, but these errors were encountered: