Skip to content

[dynamicIO] No longer possible to set dynamic <html> attributes. I18n is broken. Framework solution needed. #71927

Discussion options

You must be logged in to vote

The main thing that's currently missing is the flag dynamicParams = false. You'll notice that this is disabled in dynamicIO because we have plans for a different alternative. Once that's in then you'll be able to await the params without a Suspense boundary since they will all be known statically (from generateStaticParams).

(It will also be possible to use a Suspense boundary above html but that's not the best solution since it makes the whole page dynamic.)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@darthmaim
Comment options

Answer selected by apostolos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants