StraightOuttaCrompton

Results 15 comments of StraightOuttaCrompton

Ok, that's fair. At the moment I am defining the types in a custom `.d.ts` which simple exports a ReactNode with any props. This just stops the TypeScript compiler complaining....

Nice! I just had a quick look and looks good. I will look into further tomorrow and get back to you!

Hello. I have had a deeper look into your changes. You shouldn't have to completely reimplement the library in TypeScript if you don't want to. You should be able to...

Porting the library to TypeScript will definitely get you familiar with it. If you need anything from me or want to bounce some ideas of someone, give me a shout!

Hi @mi6th, thank you for reporting this issue. We have a fix prepared which will deployed in a future version.

I have noticed that this issue has been touched upon before in issue https://github.com/danielcaldas/react-d3-graph/issues/162 In the edit @sauln says > It appears that when there is a parent state change...

I have been having a look at this today. It doesn't seem related to https://github.com/danielcaldas/react-d3-graph/issues/274. I am using https://github.com/danielcaldas/react-d3-graph/tree/4ecf18cd19d84192658a4886a0d0b6a84cc70a3f and I still experience the same problem. I am unsure of...

Yeah, this is still an issue for me. I also haven't had time to look into it further, but I hope to as soon as I can.

I'm having the same issue. Initially succeeds but fails when a file is changed. Plugin config can be found at https://github.com/ProtonMail/WebClients/blob/main/packages/pack/webpack/plugins.js#L42 Tried similar fixes as above, and the only fix...

Seems to be causing an issue with storybook too https://github.com/storybookjs/storybook/issues/18051