Hugo Bost

Results 3 comments of Hugo Bost

Same issue here, but it only occurs with (disabled) buttons, not all elements. As a workaround, I wrapped my disabled button inside a span element : ``` Click ```

Great, thank you @diondirza ! @ctrlplusb I let you close this issue, I don't know if you want to discuss if this should be implemented by default in react-universally, but...

I agree with the original issue, `ListField` and `ListSerializer` errors seem inconsistent to me. > How to replicate it ? Does this help ? ```python class NestedTestSerializer(serializers.Serializer): nested_serializer_field = serializers.CharField()...