-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Area: PackagingFluent UI react (v8)Issues about @fluentui/react (v8)Issues about @fluentui/react (v8)Needs: InvestigationThe Shield Dev should investigate this issue and propose a fixThe Shield Dev should investigate this issue and propose a fix
Description
- The only way to import
CalloutContentBaseis like this:
import { CalloutContentBase } from 'office-ui-fabric-react/lib/components/Callout/CalloutContent.base'; - The only way to import
PanelBaseis like this:
import { PanelBase } from 'office-ui-fabric-react/lib/components/Panel/Panel.base'; - Same for
IButtonClassNames - Same for
IContextualMenuClassNames - Same for
IMenuItemClassNames - Same for test utilities
expectOneandexpectMissing
All of these should properly export these, otherwise deep imports (officially unsupported) are unavoidable.
This blocks transition from office-online-fabric-react to fluentui/react
Metadata
Metadata
Assignees
Labels
Area: PackagingFluent UI react (v8)Issues about @fluentui/react (v8)Issues about @fluentui/react (v8)Needs: InvestigationThe Shield Dev should investigate this issue and propose a fixThe Shield Dev should investigate this issue and propose a fix