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

A react component to create and display a mailto link.

Results 9 react-mailto issues
Sort by recently updated
recently updated
newest added

In the react v-16> 103 | }(_react.Component); 104 | 105 | Mailto.propTypes = { > 106 | children: _react.PropTypes.node.isRequired, 107 | email: _react.PropTypes.string.isRequired, 108 | headers: _react.PropTypes.object, 109 | obfuscate:...

Plz remove imports and change with: import React, { Component } from 'react'; import PropTypes from 'prop-types';

Error on React 16 while running for production mode . The Error is Desktop/****/node_modules/react-mailto/dist/react-mailto.js:106 children: _react.PropTypes.node.isRequired, ^ TypeError: Cannot read property 'node' of undefined

Should address warnings in React 15 and errors in React 16 - fixes #6 - this PR fixed my app in React 16 and should address the warnings in React...

Having all recipient's in `bcc` seems like a fairly common use-case for notices, in which case there need not be anything in the to field.

I'm on React 15.5.4 and I'm getting the following error when using `react-mailto`: >Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

Is it a possible to add attachment in mail?

Actually we don't need to provide an E-Mail. And there might be use cases, where we don't want to provide one (e.g. Share with your friends Button). - [Example Link](mailto:)...