-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
Version
3.0.0
Reproduction link
https://codesandbox.io/s/vuenext-v300-suspense-reactivity-qglxd
Steps to reproduce
There is a really simple form with just two inputs. When you change the input data in the sandbox, you will see that the form state won't change between Suspense tags.
If the repo is not opening, please use the refresh button on top left of the sandbox browser.
What is expected?
The code
tag under the Suspense component should be reactive.
What is actually happening?
The reactive text is not changing.