intuit / devtools-ds

UI components, libraries, and templates for building robust devtools experiences.
https://intuit.github.io/devtools-ds
MIT License
250 stars 15 forks source link

Support for defaultProps will be removed from function components in a future major release #29

Open iampava opened 1 year ago

iampava commented 1 year ago

When using the <ObjectInspector> component I get this error in the console:

ObjectInspectorItem: Support for defaultProps will be removed from function components in a future major release.
Use JavaScript default parameters instead.

I think it's an easy fix, I would be more than happy to contribute a PR.