When navigating to the API page (/doc/api) for the first time after the frontend has been loaded the error
A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.
occurs and the page is not rendered. The page renders when reloading the /doc/api route though.
When navigating to the API page (
/doc/api
) for the first time after the frontend has been loaded the erroroccurs and the page is not rendered. The page renders when reloading the
/doc/api
route though.