You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the latest release 1.0.0-beta.1 there seems to be an issue with VueDevTools (both Chrome Firefox versions) and the Composition API.
This is presented as a This instance has no reactive state. message even when a state is clearly returned. The objects themselves are reactive (for instance if I simply dump a reactive object on a <p> it gets updated properly)
Uh oh!
There was an error while loading. Please reload this page.
Hello!
On the latest release
1.0.0-beta.1
there seems to be an issue with VueDevTools (both Chrome Firefox versions) and the Composition API.This is presented as a This instance has no reactive state. message even when a state is clearly returned. The objects themselves are reactive (for instance if I simply dump a reactive object on a
<p>
it gets updated properly)Components
The components I'm using are:
Reproducing the Bug
Using the following versions results in the error:
Working sample with version
Reverting to the
^0.6.7
version results in a working stateThe text was updated successfully, but these errors were encountered: