Replies: 2 comments 2 replies
-
from the source code, you can't use those belong to type 2, that is : Map,Set, WeakMap, WeakSet,
but collectionHandlers is always null, that will get the error:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I downloaded the petite-vue source code, then do a :
petite-vue.es.js has the code I mentioned, never noticed this line in the doc:
but that explains why there is a null (collectionHandlers) in the call:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does petite-vue reactivity system supports
Set
and/orMap
objects? I've got an error when trying to use them:Beta Was this translation helpful? Give feedback.
All reactions