Seeing the following error

Hi!

I am seeing the following error

Warning: React does not recognize the eventKey prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase eventkey instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at div
at ul
at Su (eval at load (/Users/user/Downloads/aima-1.0.0/node_modules/@plasmicapp/loader-core/dist/index.js:249:14), :4:20376)

Any help is greatly appreciated.

Relevant links:

Hi,

Could you provide more information about it? Is the error happening in the Studio or your application? Which page? Could it be related to some of your code components?

It would help if you could include screenshots or recordings of the issue.

hi @fmota I’m sorry for the vagueness.

Here are more details

I get the error in my application. Does this screen shot help?

Very little.

I cannot see any attempt to set eventKey in the Plasmic project. So, it’s still questionable whether one of your code components is throwing the warning.

As this is only a warning, is there any impact on your application?

Hi @fmota

Thank you for the response. I’m sorry for the late response. I threw the errors at Claude to coalesce into something more readable. I’m getting the following 3 errors

Unrecognized props on DOM elements: React is warning about several props that it doesn't recognize on DOM elements:

* `formItems` on a form element
* `submitSlot` on a form element
* `__plasmicFormField` on an input element

There is no noticeable effect on the application besides that my terminal is completely overrun with the error which would mean that it would be easy to miss other issues that show up. So I would like to solve the issue.

I’ve added a new screenshot.