DesignRevision / shards-react

⚛️A beautiful and modern React design system.
https://designrevision.com/downloads/shards-react/
MIT License
757 stars 97 forks source link

React Depreciation Notices #19

Open hellsan631 opened 4 years ago

hellsan631 commented 4 years ago

I get two different depreciation warnings while using this library.

1

2

To ensure future compatibility with react 17 (most likely the next react release), Any use of findDOMNode should be replaced with useRef or forwardRef, and react-transition-group updated accordingly (when it gets updated) (see https://github.com/reactjs/react-transition-group/issues/429)

joeljerushan commented 3 years ago

I get this for Modal while i use <Modal /> image