ReactPropTypes-Plugin icon indicating copy to clipboard operation
ReactPropTypes-Plugin copied to clipboard

A Jetbrains Plugin for react PropTypes

Results 5 ReactPropTypes-Plugin issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/49936640/112131645-6f33f080-8bd2-11eb-8d96-d7641fcf72e1.png) I have this issue

Proptypes popup is not showing up recently. I am using below mentioned webstorm version. ``` WebStorm 2020.2.3 ``` I am seeing this error in the IDE ``` java.lang.ClassCastException: class com.intellij.lang.javascript.psi.ecmal4.impl.JSAttributeListImpl...

Hello, I'm running the plugin on Windows 10 and IntelliJ IDEA Ultimate 2020.2. When I do alt + enter in the className / functionName it doesn't show the field "PropTypesGenerate...

The plugin does not recognize the component if it is wrapped with memo example: ``` export const MyComponent = memo(props => { return ( {props.text} ); }) ```

The plugin reports this error in new versions of WebStorm: java.lang.IllegalAccessError: class com.suming.plugin.ui.PropTypesDialog (in unnamed module @0x759ba67c) cannot access class sun.swing.table.DefaultTableCellHeaderRenderer (in module java.desktop) because module java.desktop does not export...