`formItems` , `submitSlot`, `__plasmicFormField prop Errors

Hi everyone!

I recently started getting these issues in my terminal. Not sure why.

  • Warning: React does not recognize the formItems prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase formitems instead. If you accidentally passed it from a parent component, remove it from the DOM element.
  • Warning: React does not recognize the submitSlot prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase submitslot instead. If you accidentally passed it from a parent component, remove it from the DOM element.
  • Warning: React does not recognize the __plasmicFormField prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase __plasmicformfield instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Any help is appreciated

Relevant links:

Hello @aihe_team.

These shouldn’t cause any issue for you. We will investigate how to get rid of these.