Eduardo San Martin Morote

Results 866 comments of Eduardo San Martin Morote

I will add the pkg new integration too so prs are auto released

We should indeed probably try catch this. Do you know when this method can throw an error? Depending on the error, it could also be better to propagate it

Give the nature of the configuration you probably need to create your own plugin. if order matters, a new option to add it will be necessary

Is this still needed in the new version?

I see. I think the fix should be different, registering the plugin once would be better. I will see later on if I can refactor the code for it

I tried fixing this with https://github.com/vuejs/pinia/tree/fix/devtools-setup-once but it seems like the timeline doesn't show up anymore and there are build issues. I don't know if this is a vue devtools...

This is inherent to how shallowRef work. You can use the other ways to call `triggerRef()`. That being said, it's possible to make this work by calling `triggerRef` when a...

I'm happy to have more contributions! Most of these are planned as plugins to keep the library to the most used features and keep it lean. `gcTime` is already implemented....

The goal is not to copy tanstack query. Every feature I add is based on a need that I personally validated. When something is not as common, I push it...