react-mailto icon indicating copy to clipboard operation
react-mailto copied to clipboard

React 16 solution

Open janterlaak opened this issue 6 years ago • 2 comments

Plz remove imports and change with:

import React, { Component } from 'react'; import PropTypes from 'prop-types';

janterlaak avatar Feb 03 '19 15:02 janterlaak

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.

giacomo9999 avatar Aug 19 '19 17:08 giacomo9999

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.

RaresAil avatar Apr 15 '20 06:04 RaresAil