Tushar Bharti
Tushar Bharti
cant this be converted into a milestone ??
I think you can go for name request @Faf4a what do you think?
@Asayukiii hi, You can move forward with the named request
Continuing on what we discussed what I meant was that TranslatableText is return type for all translate function and we use the Extract and sprintf definitions in the sprintf.ts file...
> While I agree this was a good change with stricter types, this change does mean that undefined passed in as the format value results in a fatal error whereas...
> I think this change may have broken the React Native codebase. When I try running it now I see this error: > > error: Error: While trying to resolve...
> > hi @talldan, wanted to confirm something, is the react-native environment configured to support typescript files? > > Sorry for the delay replying. I don't know, I've not personally...
Hi, I can confirm `div` element is present when using `RawHTML` without extra props alongside children in edit.js and was able to reproduce the issue from given code. While testing,...
Hi so after some researching and debugging, I was able to pinpoint the location of where the issue was arising. ### Testing When we are editing the post, the editedBlock...
as `@tannin/sprintf` version 1.3.0 published with [this pr](https://github.com/aduth/tannin/pull/19). We can now use tannin's sprintf as drop in replacement for current one which should give us the proper typings. @swissspidy I...