Kevin Pontif

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Kevin Pontif created a post, PropType.oneOf suggestion from array variable
I appreciate that when you start writing a string for a PropType.oneOf prop that it suggests auto-completion based on the "enum" choices. However, I tried giving an array of string as a variable to... -
Kevin Pontif created a post, Hide file from import suggestions
Is there a way to hide some files from import suggestions? I'm coding using reactjs and I tend to group every file of one component together adding a package.json in it to indicate which is the def...