Sergi Ávila

Results 3 issues of Sergi Ávila

Is there a way to remove the user from context? If I set the user, then I can't delete it. Something like that: ``` setUserContext({ id: '1234' }); captureError('My error...

good first issue
question
docs

Typescript error on Vue 3: ``` Could not find a declaration file for module 'zoompinch'. '/node_modules/zoompinch/lib/zoompinch.es.js' implicitly has an 'any' type. There are types at '/node_modules/zoompinch/lib/index.d.ts', but this result could...

There is no way to get the correct type from an instance of Tippy. ``` const tippyRef = useTemplateRef('tippy') ``` The problem is that the TippyInstance is: ``` export declare...