import React, {Component, PropTypes } from 'react';
のような書き方でエラーがでた。
解決方法
こちら
バージョンアップで書き方が変わったようなので、以下のようにする
import PropTypes from 'prop-types';
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
import React, {Component, PropTypes } from 'react';
のような書き方でエラーがでた。
こちら
バージョンアップで書き方が変わったようなので、以下のようにする
import PropTypes from 'prop-types';
Register as a new user and use Qiita more conveniently
Go to list of users who liked