Suspense doesn't work in layout with css modules (DEV-only)
dai-shi opened this issue · 3 comments
dai-shi commented
We have a tricky case in an example.
waku/examples/09_cssmodules/src/components/Layout.tsx
Lines 6 to 20 in 3b87654
It should show "Pending..." and then "Hello from server!".
However, it doesn't work as expected.
It seems like a regression in #446.
This is a dev-only issue.
@Aslemammad Can you investigate it please?
Here is a screencast that works before #446 commit.
Screen.Recording.2024-03-31.at.16.28.35.mov
Aslemammad commented
I'll take a look.
dai-shi commented
working on it.