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
Fixed a duplicate isReadOnly variable declaration in TriggerForm.tsx
(lines 37 and 46) that was causing esbuild to fail with error:
"The symbol 'isReadOnly' has already been declared"
This was preventing Phoenix from rebuilding assets, blocking all
development work on the collaborative editor.
0 commit comments