I try to implement custom field from scratch, but it's not working. I tried copy/paste the example in readme and I get:
Element type is invalid: expected a string (for built-in components) or a class/function
(for composite components) but got: object
Also, WithFormValue needs to be renamed to withFormValue (as I get warning in console).
I try to implement custom field from scratch, but it's not working. I tried copy/paste the example in readme and I get:
Also, WithFormValue needs to be renamed to withFormValue (as I get warning in console).