You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SelectWidget.tsx there's a Fluent UI 9 <Field /> component that only allows string or undefined as a label property. labelValue(label, hideLabel) provided by RJSF could also return false or a React component. A ts-expected-error solves it for now.
This is not an issue on implementation level, only for developers of the fluentui-rc package.
Expected Behavior
The ts-expected-error should not be necessary.
Steps To Reproduce
No response
Environment
- OS: macOS Sonoma
- Node: 18.14.0
- npm: 9.3.1
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
What theme are you using?
other
Version
5.13.6
Current Behavior
In
SelectWidget.tsx
there's a Fluent UI 9<Field />
component that only allows string or undefined as a label property.labelValue(label, hideLabel)
provided by RJSF could also returnfalse
or a React component. A ts-expected-error solves it for now.This is not an issue on implementation level, only for developers of the
fluentui-rc
package.Expected Behavior
The
ts-expected-error
should not be necessary.Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: