Heath C
Heath C
@rodrigofuentes closing this as I took a holistic approach and added `name` to all inputs that were missing them in all themes in v5 with #3145
Since `antd` isn't written in typescript the compiler is automatically generating things like this. What kind of problems is it causing?
@nurikk Have you considered making this theme use the `@rjsf/bootstrap-4` and simply override `SelectWidget` in the `widgets`... something like: ``` Theme.tsx import { Theme } from '@rjsf/bootstrap-4'; import SelectWidget from...
> @epicfaace, @MatinF I finally have time to work on this, but I want to clear out a few things first: > > There are 2 ways to add this...
@MatinF If this is to make it into `core` it will require someone beside the current (very few and busy with their own work) maintainers to build it. @mavarazy be...
@ianwith I'm willing to approve this after you fix the conflicts resulting from the v5 beta changes... Thanks!
@taochen48 Due to the upcoming v5 release, the `PrimeReact` PR will need some work due to all of the breaking changes. I am willing to work with you or the...
@anandhsonu1994 if you try this in ts-jest 28 does it work? I'm seeing an error in my world where using ts-jest 28, my the transformer is called but in ts-jest...
@okko So you ARE seeing the same issue I am. The transformers that work in ts-jest 28 do NOT work in ts-jest 29 no matter how you configure them (deprecated...
I will try to get one for my similar (but different) issue sometime within a week