-
I'm trying to update from 8.x.x-beta.x to 8.x.x but this line doesn't work: import { Stylesheet, InjectionMode, resetIds } from '@fluentui/react/lib/Utilities'; throws an error telling me Stylesheet, InjectionMode don't exist in that package. However, using the old line below works: import {Stylesheet, InjectionMode} from '@fluentui/merge-styles';
import {resetIds} from '@fluentui/utilities'; What am I doing wrong? I'm migrating to this packages: "@fluentui/merge-styles": "^8.0.3",
"@fluentui/react": "^8.10.1",
"@fluentui/react-button": "^9.0.0-alpha.22",
"@fluentui/react-cards": "^1.0.0-beta.82",
"@fluentui/react-icons": "^1.1.118",
"@fluentui/utilities": "^8.0.4", |
Beta Was this translation helpful? Give feedback.
Answered by
thekeviv
Jul 13, 2021
Replies: 1 comment
-
Here's the full file I use:
I needed the following dependencies:
There's some docs on this here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
micahgodbolt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the full file I use: