Linda Paiste

Results 80 comments of Linda Paiste

> However, to be aware that when the prop is set, the button is no longer accessible (not more visual feedback o hove and keyboard focus). It's also a bit...

> > @mnajdova if no one is working on it I could do it. Adding colorError to chipClasses.d.ts should be enough? > > I guess while I'm on it I...

> When you said looking at the props directly, I think you mean something along these lines with the styled API https://codesandbox.io/s/upbeat-heyrovsky-he993o. Note that this approach is more scalable as...

~~I'm thinking that what makes the most sense here is some action that would take the entire current sketch and copy it to a new sketch. Call it "duplicate", "fork",...

I am able to reproduce this error in TS version 4.7.4 (but not on 4.3.5). I am running Node.js version 16.13.0 on Windows. I'm hoping that I'll get a chance...

> I'd suggest that we wait until that has calmed down and then revisit the whole thing? Sounds good. I don't think it's hard to do, it's just a question...

I had this issue myself and I wrote a secondary script to generate a file with all of the enums from the API (`'./src/API/enums.ts'`). The API itself will still use...

Another docs suggestion (possibly for me to implement): add more info/examples about dealing with errors. In particular, explaining the difference between a fetch error and serialized JavaScript error. https://stackoverflow.com/questions/70899492/redux-toolkit-do-not-send-request-when-query-param-is-invalid/71002555?noredirect=1#comment125554343_71002555

This is the code which is causing the issue. It's actually in the `oazapfts` package, which is a dependency of the RTK codegen, rather than in the RTK codegen itself....

It turns out that this has already been [fixed in the `oazapfts` repo](https://github.com/cellular/oazapfts/pull/169). That PR was approved and merged but they haven't put out a new release since then 😞