matt petters

Results 10 comments of matt petters

> ```js > dynamic(() => import('html-to-draftjs'), { ssr: false }) > ``` Hat tips to you sir! Update: not working for me in TS with next.js :( Removing node_modules and...

I would also love this

> Thanks for adding this, I know lots of people have requested it! > > It feels quite out of place where you put it though. To me, it would...

yup > > Seems like a good fit here. yup, I did more or less the same thing. Feel free to take a look now and lmk if anything else...

> I was not able to actually test the code, as I did not want to deal with resetting my token and do not have time to set up a...

@psybers actually hold off on this one, I'm going to run some tests of my own and maybe try to write automated tests as well. might not be able to...

@psybers the more I sit with this, the more I'm thinking the **right** way to implement this is to actually have this button hit the server and have the server...

I think my initial impl was something similar to that with the reset button below the regular button. Initially I just did that for convenience (everything I wanted to call...