-
Notifications
You must be signed in to change notification settings - Fork 310
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] Constant design-token.js errors #3340
Comments
@dougroutledge is this happening on a specific component and framework? |
It doesn't seem to be any specific components, it errors constantly whether they are in use or not. |
What about the framework you're using? React, plain js etc? Please fill out the environment details to enable reproduction
|
OS: Any const msalConfig = { |
Same for me specifically on the PeoplePicker in React
|
Hi @dougroutledge, the team is currently looking into this. The project was built using Fluent Web components and in June last year we migrated to Fluent Web components v2 on our v3.0.0 release. These components are dependent on Fast elements. |
issue was introduced with @microsoft/fast-foundation version 2.50.0 Edit: Repro https://stackblitz.com/edit/d5ahzhyb?file=src%2FApp.tsx |
Thank you @ThomasPe for this, I am able to reproduce this locally. What I see is that using the theme toggle with any component throws the range errors. On further scrutiny of the errors, the issue lies with fast-foundation updates in 2.50.0. This work around should work for now. I am also going to pin the version of fast-foundation to 2.49.6 in our latest release until a fix is made by the fast team. We shall monitor microsoft/fast#7057 for this. Cc @dougroutledge please let us know if this workaround works for you for now. package.json "resolutions": {
"@microsoft/fast-foundation": "2.49.6"
} |
Since version 4.3 the browser console is polluted with thousands of of the same error.
It seems to be related to the underlying fluent UI being used by MGT.
The text was updated successfully, but these errors were encountered: