Hamidreza Hanafi

Results 19 comments of Hamidreza Hanafi

This can be fixed by using method below `style={JSON.parse(JSON.stringify(assignInlineVars(inlineVars)))}`

> @burnsdy You are right. This code is buggy. But the main reason i do not push any commits here. Becuase i find problem which i cant solve by myself...

@ignatiqq @quantizor https://github.com/styled-components/styled-components/pull/4327 should fix the empty styles and streaming seems to be mostly broken because of those We still have rehydration issue on chunk that streamed in after initial...

@VaguelySerious @cpitzak https://github.com/VaguelySerious/react-quill/pull/5 for deleting extra options and React 19 compatibility

> Sorry, but how to install your fork? > > npm install VaguelySerious/react-quill --save. doesn't work, because the package directory (react-quill-new) contains only the package.json and node_modules directory. `npm i...

@quantizor Do you have any objection about exporting this?

@quantizor would you please take a look at this one? It's going to save much of headaches with SSR

> Awesome, looks good. Can you settle the prettier job and then I'll approve? Done thank you for looking into this!

> Do you have a repro? We can't fix the bug without some way of testing it. (None of our tests crash.) I am trying to create a repro but...

Thanks @joshcartme I think I know why this is happening and I fixed my problem. I was using types from React in `.ts` files without importing `React` specifically. For example...