ReactPropTypes-Plugin
ReactPropTypes-Plugin copied to clipboard
A Jetbrains Plugin for react PropTypes
 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...