Name the correct feature in the start_app migration section. (#3016)

This commit is contained in:
Alexander Krivács Schrøder 2022-12-05 13:14:41 +01:00 committed by GitHub
parent c40bd0b456
commit 63949131cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ The reducer function can see all previous changes at the time they are run.
`start_app*` has been replaced by `yew::Renderer`.
You need to enable feature `render` to use `yew::Renderer`.
You need to enable feature `csr` to use `yew::Renderer`.
## `ref` prop for Components