Closed layershifter closed 6 years ago
Correctly transform:
Example.propTypes = { 'aria-label': PropTypes.string, };
Thrown exception.
This PR fixes work with string props, see added fixtures for details.
Expected behavior
Correctly transform:
Actual behavior
Thrown exception.
This PR fixes work with string props, see added fixtures for details.