- Issue created by @jessebaker
- ๐ฎ๐ณIndia Akhil Babu Chengannur
akhil babu โ made their first commit to this issueโs fork.
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Signaling this requires FE-only changes.
- Merge request !1008Show error message when code component does not exists. โ (Open) created by Akhil Babu
- ๐ฎ๐ณIndia Akhil Babu Chengannur
MR 1008 adds an error message when the code component does not exist.
However user can't navigate to a new code component from the left side bar. The URL changes, but the code editor is not renderd unless 'Try again' is clicked. The error boundary needs to be reset. I belive 'resetBoundary' should be used, but it didn't work (I probably implemented it incorrectly. still learning react ๐ )
- First commit to issue fork.
- Merge request !1009#3522887: Going to a URL for a Code Component that doesn't exist throws error โ (Open) created by omkar-pd
- ๐ฎ๐ณIndia omkar-pd
Created
CodeEditor404
component andCodeEditorโWrapper
to renderCodeEditor404
component on 404 error.