Chris Weber
Chris Weber
This might be related to https://github.com/axios/axios/issues/5031
Others like AxiosProgressEvent seem to be fine As a workaround for now I used axios.AxiosError, so for example: ```typescript if (error instanceof axios.AxiosError) { ``` got the idea from this...
@o-alexandrov I saw few days ago that the Chakra UI team noted in their 3.0 roadmap that they want to remove the framer motion dependency: > Remove dependency on framer-motion:...
here is another ticket about the same problem: https://github.com/vercel/next.js/issues/44424 and it has a PR https://github.com/vercel/next.js/pull/44426
@DanielOberlechner there are many duplicate tickets for this problem already, like: you are probably using getInitialProps, here is what the [nextjs getInitialProps documentation](https://nextjs.org/docs/api-reference/data-fetching/get-initial-props) page says: > If you are using...
In my opinion a custom markerId or even a marker field "metadata" like the community plugin has () are not needed, doing so would add complexity to the project for...
duplicate of https://github.com/goldfire/howler.js/issues/408
hmmm good question, unfortunately I don't know... I have never used react native skia, so I can't tell for sure I'm however using this library in a current project (that...
> Hi [@Y0lk](https://github.com/Y0lk), thanks for reporting this, I reproduced this locally and confirmed the crash is caused by the plugin adding the `data-sentry` props to Three components. I'll look into...
I have @sentry/nextjs 9.1.0 and I tried to use the new ignoredComponents to fix the @rect-three/fiber problem like so: `ignoredComponents : ['@react-three/fiber', '__r3f', 'r3f', 'PlaneGeometry', 'BufferGeometry', 'Canvas', 'ambientLight', 'DirectionalLight', 'AdaptiveDpr',...