-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: react-hooks 8.6.8 package empty and breaks all of @fluentui/react #24499
Comments
It is the same with |
And with |
In my case, fluentui doesn't have |
Since 8:00 looking for a reason whats the Problem in my project comes from and just stripped it down to the simplest example of empty @fluentui/theme too I tried to fix "@fluentui/react" to a lower version, but the dependencies always loads the newest minor version I´m not sure if this has something to do with this problem: while checking the history of all the related packages I was wondering about #24332 which should not affect v8 versions? |
I have the same problem. In my case I did a fresh I get:
The Any ideas? |
@blendsdk until the problem has been fixed, you have to use explicit versions of fluentui dependencies: #24467 (comment) |
Same issue, using explicit versions of fluentui dependencies does solve the problem in the short term until a fix lands. |
I just want to confirm that we're running into the same issue. For now the only fix is to install explicit versions of all the dependencies (typically one patch version lower than the latest is ok) |
Module not found: Error: Can't resolve '@fluentui/theme' I am seeing the same |
This was caused by a bad publish yesterday. #24500 is the first step to fixing the issue and then we'll publish a new build. |
A new version ( |
Can confirm this is working for us! |
Yes works fine. Thank you. |
Library
React / v8 (@fluentui/react)
System Info
Are you reporting Accessibility issue?
No response
Reproduction
https://www.npmjs.com/package/@fluentui/react-hooks
Bug Description
It appears that the package
@fluentui/react-hooks
version 6.8.6 is broken. I get an error when importing from it. When I inspect the package in thenode_modules
folder it doesn't contain alib
folder.I have also downloaded the TGZ file at https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.8.tgz and unpacked it. It contains these files and folders:
The package.json file contains these entries:
The package is a dependency of
@fluentui/react
which doesn't work if you install the newest version (8.91.0).Logs
No response
Requested priority
Normal
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: