Kilian Cirera Sant

Results 9 comments of Kilian Cirera Sant

Just to get the conversation started, and maybe on the creative side, `decode` to accept a `types` option. This way we can pass a list of modules that implement a...

Are you using TypeScript? I'm able to do this: ```tsx const scrollbarRef = useRef(null); ```

`@example` could be spec'ed in such a way that it can be used for tests. ```typescript /* @example /* > plusOne(3) /* 4 ``` One could create a tool that...

IMO Immer integration should be optional and added through middleware. react-copy-write is really thin and that's great. Immer is very opinionated and that's great, but also a good case for...

Different repro Firefox 116.0.2. I had a node selected, clicked somewhere in the page (which might have caused that node to unmount), and got this error.

In our monorepo, the message for the error type comes up a lot, and developers are often puzzled as to why. Of course there's probably always a legit cause, but...

Thanks for the very quick response @karlhorky ! > Even though the message is confusing, it does indicate a problem that needs to be fixed, which I don't think should...

I am interested in where this landed. The need of `@aws-sdk` as a peer dependency prevents full separation of interface vs implementation, e.g. if you want a consuming package to...