https://github.com/kzu/fluentui-bug
https://github.com/kzu/fluentui-bug
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kzu/fluentui-bug
- Owner: kzu
- Created: 2023-12-12T00:08:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T15:00:09.000Z (over 2 years ago)
- Last Synced: 2025-03-17T18:56:14.141Z (over 1 year ago)
- Language: CSS
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FluentUI FluentCard + FluentDesignSystemProvider Bug
Removing the `FluentDesignSystemProvider` from `Routes.razor` or
the `FluentCard` from `Home.razor` fixes the issue.
The exception when both are in place can be viewed in the developer
tools:
```
web-components-v2.5.16.min.js:21 Uncaught RangeError: Maximum call stack size exceeded
at d (web-components-v2.5.16.min.js:21:88279)
at b (web-components-v2.5.16.min.js:21:89056)
at Kn (web-components-v2.5.16.min.js:21:89167)
at Object.evaluate (web-components-v2.5.16.min.js:21:98645)
at c. (web-components-v2.5.16.min.js:21:98786)
at c.observe (web-components-v2.5.16.min.js:1:4877)
at uo.handleChange (web-components-v2.5.16.min.js:16:93313)
at c.notify (web-components-v2.5.16.min.js:1:3138)
at c.call (web-components-v2.5.16.min.js:1:5462)
at u.notify (web-components-v2.5.16.min.js:1:3138)
```