You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested in #99, we should forward ref to the SVG root tag. Since it is a breaking change because it changes the minimal version of React to 16.3 it will be released in v3.
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE:
"ref" option now uses `React.forwardRef`. You don't have to use "svgRef"
prop, just use "ref" and it will work. `React.forwardRef` requires React
> 16.3.
Closes#184
BREAKING CHANGE:
"ref" option now uses `React.forwardRef`. You don't have to use "svgRef"
prop, just use "ref" and it will work. `React.forwardRef` requires React
> 16.3.
Closes#184
As suggested in #99, we should forward ref to the SVG root tag. Since it is a breaking change because it changes the minimal version of React to 16.3 it will be released in v3.
The text was updated successfully, but these errors were encountered: