Closed
Description
Describe the bug
If you use anything created by Object.create
as $state, you will seemingly lose reactivity.
It's trivial to work around in most cases by deep cloning, etc, however I don't see anything that indicates this should be a problem in the first place. This could make it difficult to diagnose why your app is losing reactivity especially when libraries such as https://github.com/bufbuild/protobuf-es use Object.create
internally and seem to return ordinary objects.
Reproduction
Logs
System Info
REPL
Severity
annoyance