react-mailto
react-mailto copied to clipboard
React 16 solution
Plz remove imports and change with:
import React, { Component } from 'react'; import PropTypes from 'prop-types';
I have no idea what the foregoing comment is supposed to mean. Remove imports from where? Do we need to be using PropTypes to validate something? If so, what? Please advise.
I have no idea what the foregoing comment is supposed to mean. Remove imports from where? Do we need to be using PropTypes to validate something? If so, what? Please advise.
The module contains only one file, i hope that you know how to edit one.