kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Warning in the console when Using DefaultProps on Function Components #1905

Closed Huongg closed 1 month ago

Huongg commented 1 month ago

Description

defaultProps on function components has been deprecated by React (see: https://github.com/facebook/react/pull/16210), therefore there are lots of warning in our console right now

Screenshot 2024-05-15 at 11 08 09

Todo: to remove defaultProps in our components

-- If you received an error, place it here.
-- Separate them if you have more than one.

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

Checklist