Hi everyone,
can we update ant design to version 4 in the following packages:
- graphin-components
- graphin-studio
Migration v4
As far as I can spot it, the handling of Icons needs an update.
Two approaches:
- The use of
import { Icon } from '@ant-design/compatible';. Only the imports must be changed.
- The use of the new
@ant-design/icons package with the ability to use any other icon library. This means that some components need a redesign and the component props might change.
What are your thoughts? :)
Hi everyone,
can we update ant design to version 4 in the following packages:
Migration v4
As far as I can spot it, the handling of Icons needs an update.
Two approaches:
import { Icon } from '@ant-design/compatible';. Only the imports must be changed.@ant-design/iconspackage with the ability to use any other icon library. This means that some components need a redesign and the component props might change.What are your thoughts? :)