Sami Resua

Results 21 comments of Sami Resua

Thanks! I still seem to be having an issue with successfully catching the exception. Could you supply an example?

None of the above worked for me, however extending Reacts ```DOMAttributes``` interface via a namespace in my own declaration file seemed to do the job. ``` /// // Add support...

Very strange this also seems to be an issue here, im working in a pnpm monorepo with `build = true` set.

@hiendaovinh Here is a wonky workaround which gets around the issue without losing all type safety for your incoming props. 👇🏼 ```ts type UserPostsProps = { userId: number } async...

@srigi Another variation using the function keyword with a named export, note i have named both the variable and function the same to minimize refactoring when this TS issue is...

Can we make outputting the key in the error optional so we can define a totally custom error message?

Afraid not. I ended up using react-anchor-link-smooth-scroll which has been working a treat

This seems like something that will need to be fixed for triggering suspense boundaries for images using the `loading='lazy'` attribute.

Did anyone find a solution for this using react-frame-component?