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
The FluentIcon type used by createFluentIcon and bundleIcon in @fluentui/react-icons is currently not importable without resorting to a deep path not exposed by the exports property in package.json. This type is defined in ./utils/createFluentIcon, but is not exported via the index leading to overhead when trying to build our own custom icons.
Ideally this type would be exposed since it is needed for the types of other public APIs.
The text was updated successfully, but these errors were encountered:
The
FluentIcon
type used bycreateFluentIcon
andbundleIcon
in@fluentui/react-icons
is currently not importable without resorting to a deep path not exposed by the exports property in package.json. This type is defined in./utils/createFluentIcon
, but is not exported via the index leading to overhead when trying to build our own custom icons.Ideally this type would be exposed since it is needed for the types of other public APIs.
The text was updated successfully, but these errors were encountered: