Eduardo San Martin Morote
Eduardo San Martin Morote
Isn't this a limitation of the typing system: - When reading from reactive you always get a raw value (no ref wrapper): ```ts const data = reactive({ a: ref(0) })...
For anybody interested in this feature, you should upvote the necessary feature in TypeScript: https://github.com/microsoft/TypeScript/issues/43826
I couldn't reproduce without the extra dependency... so I think the lib you are using is just missing the function in question. Let me know if you manage to reproduce...
I checked with the unit tests in the repository 👀 If the action is not being mocked, it means the plugins added to mock actions didn’t take effect. That could...
Oh I think the devtools might be overwriting something. Feel free to take a deeper look
Nice analysis! I think that it's fine not to even have the devtools for the testing pinia, they were never meant to be used together. The easiest path would be...
Yes, I've been hoping for an eslint expert to show up for the last 3 years 😄. I still haven't lost hope
Nice, thanks a lot for the initiative @lisilinhart ! A few notes regarding the rules: - prefer-use-store-naming-convention: Yes for the `use` but maybe the `Store` suffix should not be activated...
Feel free to open a discussion if that helps you
The problem is that the removal of the property sign could be intentional so I'm not sure if this is with changing as it would break other HMR cases. In...