vuera icon indicating copy to clipboard operation
vuera copied to clipboard

fix: use React.Fragment via props while React version is over 16.2.0

Open cappuccino6 opened this issue 3 years ago • 1 comments

we want to remove the useless div by React.Fragment, meanwhile, we know that React under 16.0 version doesn't support this. Luckily, as we can see, we can pass a property to make it under control when your React version is greater then or equal to 16.2.0.

cappuccino6 avatar Dec 29 '20 10:12 cappuccino6

hi, akxcv, we need to remove the outer container div tag in our project, this is pretty important for us and we need your support pls. or maybe wo have to fork this project and maintain it oulselves, which seems not convenient for us all

cappuccino6 avatar Dec 30 '20 07:12 cappuccino6