digitallyinduced/thin-backend

fix react warnings (GraphiQL)

jeyj0 opened this issue · 1 comments

jeyj0 commented
  • Warning: Invalid DOM property class. Did you mean className?
  • Warning: You provided a checked prop to a form field without an onChange handler. This will render a read-only field. If the field should be mutable use defaultChecked. Otherwise, set either onChange or readOnly. (possibly #10 ?)

Fixed