Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Bad prop-type definition causing console errors #840

@Marc-Andre-Rivet

Description

@Marc-Andre-Rivet

There's no such thing as https://github.com/plotly/dash-table/blob/dev/src/dash-table/dash/DataTable.js#L999

The proper way of defining this would have been

                PropTypes.oneOfType([
                    PropTypes.oneOf([null]),
                    PropTypes.string,
                    // ...

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions