Danger Training exercise. # Experience review ## What made you smile? * Preview builds were fast ## What did you find confusing? * There was no error when editing project directly on `main` branch * Issues with realm in version 0.99 - project not starting due to image files resolve problem. Similar problem, but a bit different output: https://redoc-ly.slack.com/archives/C071H03PDC1/p1726050401168119 - in our case it was white screen with error. * After pasting SideBySide.tsx code, we have seen following error to all imports: ``` Cannot find module 'styled-components'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?(2792) ``` * We couldn't find how to change/set title of code fence in our step by step guide * We would love to be able to paste request snippet/example as from our OAD pages into step by step guide * Horizontal lines and vertical lines have different color and we didn't find a way how to use the same color * It would be great to have some built-in step by step guide component so we won't have to copy&paste components code * It would be great to have tutorial in our docs about step by step guides so it would be possible to search our documentation to find it * We've had to `full-restart` Webview few times when making some changes to get them reflected.