nkbt / react-works

🍇 Monorepo for React components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-text-filter - New version of react require different types

senpl opened this issue · comments

import PropTypes from 'prop-types';

should be used, current implementation will no longer work with new react.

I think it is ok now as we do use import PropTypes from 'prop-types'; in all packages