Heath C

Results 438 comments of Heath C

@veeramarni Are you sure you are importing the libraries correctly? We are using vite ourselves to run our playground and it works just fine. Our libraries export esm versions which...

@veeramarni are you sure that you are importing the ESM versions of the RJSF repos? Again, we are using vite just fine with our repos.

@michal-kurz The `__anyof_select` and `__oneof_select` are components added for `anyOf` and `oneOf`s. Those are the dropdowns. Besides that I'm not sure you need to worry about anything else. Maybe you...

@michal-kurz I believe that @nickgros will be there next Friday... I am on vacation

@michal-kurz We are still waiting for you to join a meeting. Maybe next week?

@Stusu @LouaiCoolshop The problem here is that the formData is stashed in a state variable on `Form` and the second `onChange()` causes the state to be updated with the original...

@nickgros Since the only place that the state is set is in `Form` I'm not sure `onPropertyChange()` is necessary

Ah, as it turns out the issue really is in the `onPropertyChange()` function that @nickgros pointed out. There is no simple fix for this. In fact, it would likely take...

Well, there is the part about dropping support we have to consider