EQuimper / VSC-React-Native-React-Redux-Snippets

Snippets for React and React-Native with a bit of Redux for es6/es7 user.
https://marketplace.visualstudio.com/items?itemName=EQuimper.react-native-react-redux
54 stars 31 forks source link

issue with the component name #16

Closed undrafted closed 5 years ago

undrafted commented 5 years ago

I'm facing a weird issue and i'm not sure if its specific to my setup - but the components names are weirdly capitalized. Here's for my ProductCard.js

screen shot 2019-01-15 at 10 07 59 am
EQuimper commented 5 years ago

Umh weird, I will take a look this afternoon. Been using it for the past month before I put it in the snippets here. Look like I didnt test everything. So the file was ProductCard.js from the beginning no rename ?

undrafted commented 5 years ago

Yeah - no rename, & happens for all the component initialization snippets. I'll also have a look if its specific to my setup. Thx

EQuimper commented 5 years ago

@undrafted Just published version 2.0.1 let me know if that fix it plz

undrafted commented 5 years ago

Works perfectly now 🥇 thank you @EQuimper