Akam Foad
Akam Foad
It would have been very helpful if the library accept a more generic data structure for accept, one I can think of is: ```js useDropzone({ accept: [ ".ext", "mime/type", {...
Disabling animation makes the mismatch between Server HTML and Hydrated client code go away ``` Warning: Expected server HTML to contain a matching in . ``` try adding `isAnimationActive={false}`, in...
The error is that, because of the animation changes the paths or other props of the SVGs used to render the charts would change between the render on the server,...
@cmmartin Actually this happens only with ResponsiveContainer, if you render a chart with its dimensions, you don't even need JavaScript on the page for the chart to be rendered. For...
@cmmartin That is an interesting issue and I agree, recharts should let you specify the initial dimentions when you're rendering on server, or when JavaScript is disabled, I created #3595...
@ckifer I was always feeling bad about the defaultProps but in my refactors I kept them just in case and to reduce the number of changes. But I think the...
So only those components will cause issue if defaultProps is removed, that another component/function needs to access them, including `cloneElement`, before the component is initialized. I'm guessing there is a...
Btw @ckifer I think its probably for the best, this might encourage us to have major version (not very soon tho), where we internally do not rely on defaultProps, or...
#3685 fixes `Cross` #3686 fixes `Rectangle`
Wouldn't `2` make maintenance even more complicated?