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.