Screenshots

Version
master branch
Describe the bug
When an attachment is being rendered without any renderer, an error box (a.k.a. red box) should show up.
Instead, it blanked out with a JavaScript error in the console.
Steps to reproduce
- Go to 01.a.full-bundle
- Type
github:sample-repository
Expected behavior
A red box to show up and say "No renderer for this attachment".

Additional context
In recent save/restore scroll position PR, we modified the createXxxRenderer and missed importing React.
[Bug]
Screenshots
Version
masterbranchDescribe the bug
When an attachment is being rendered without any renderer, an error box (a.k.a. red box) should show up.
Instead, it blanked out with a JavaScript error in the console.
Steps to reproduce
github:sample-repositoryExpected behavior
A red box to show up and say "No renderer for this attachment".
Additional context
In recent save/restore scroll position PR, we modified the
createXxxRendererand missed importing React.[Bug]