Closed Anton-vanderTuijn closed 2 years ago
Hi @Anton-vanderTuijn, I found this issue as well. Please bear with us as this project is still quite fresh and under active development, as noted in the Readme (in parallel with @fluentui/react-components
which is also changing almost daily).
It does look like @fluentui/react-components
moved that component out of its unstable exports which essentially broke this library. I’ll release a fix as soon as I can.
Hi @Anton-vanderTuijn — I've published a fixed version to NPM as @fluent-blocks/react@9.1.0-next.4
. To switch to the fixed version, you can change the dependency in your package.json to "@fluent-blocks/react": "9.1.0-next.4"
and run your package manager's install command.
Let me know if that resolves the issue for you!
Hi everyone, I followed the getting started instructions and face this compilation failure after starting debugging the project by hitting the F5 key in Visual Studio Code.
My package.json looks like this:
Edit:
My short-term solution is to edit the imports in ./node_modules/@fluent-blocks/react/esm/inputs/RadioGroup/RadioGroup.js:
replace by