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 has been archived by the owner on Jul 28, 2023. It is now read-only.
The Code Editor is crashing because of this throw:
exportconstuseBlockEnvironment=()=>{try{constenv=useReactContext(EnvContext);// Throws in saveif(env==="frontend")return"frontend";return"edit";}catch(e){return"save";}};
That's a temporary hack to distinguish between the different contexts and obviously we won't try to push it to Gutenberg, so no need to fix. I've just opened the issue so other people finding this problem knows what it is.
The text was updated successfully, but these errors were encountered:
The Code Editor is crashing because of this throw:
That's a temporary hack to distinguish between the different contexts and obviously we won't try to push it to Gutenberg, so no need to fix. I've just opened the issue so other people finding this problem knows what it is.
The text was updated successfully, but these errors were encountered: