Update from-0_19_0-to-0_20_0.mdx (#2979)

This commit is contained in:
A. Bos 2022-11-25 14:51:59 +01:00 committed by GitHub
parent e32d8bd8bb
commit 03cd37f1ea
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