mohammad Khakshoor
Results
2
comments of
mohammad Khakshoor
@obaraujo this is my code based on what you shared : ```jsx import loadable from "@loadable/component"; const DynamicIcon = ({ iconName }) => { const ElementIcon = loadable(() => import(`@heroicons/react/20/solid/${iconName}`));...
I have the same issue and i cannot turn off logging the deprication warnings in the building phase `Deprecation Warning [import]: Sass @import rules are deprecated and will be removed...