Reginald Johnson
Reginald Johnson
@rianfloo I was having the exact same issue until I realized that on my FluentProvider I had forgotten to set a theme. After adding one of the provided ones this...
I completely agree with @lucmoco and @smolattack on this. If Microsoft is serious about SPFx being a valid path forward for developers, there needs to be serious thought put into...
@stevebeauge, Would you mind sharing what you modified in the toolchain to allow you to use React 18 for testing? Some of the tools that I regularly use with SPFx...
@stevebeauge Thanks for the info!
Just adding for visibility that I do not believe this is fixed, I'm still having the same issue in v1.133.22. I'm not sure when this was introduced, but in the...
@vitassuper I'm currently using v1.1.0 and also having this problem. In this case I do think that is is a bug, or if not, then it should probably be expressly...
In my case, using null does work, but it required a refactor of my validation schemas to get there.
@a-eid I ended up changing the type of the defaultValues property in the useForm hook, from something like this: ```typescript type User { firstName?: string | undefined lastName?: string |...
I'm having the exact same issue as @tgorgdotcom. All .png files included in the solution folder are corrupted during the bundling process and can no longer be read. During development...
Oh my god @tgorgdotcom, thank you so much for this. I share your frustration, I've also spent a ton of time fixing my own issues after reaching out to MS...