You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a component by specifying a path as below react-create component src/Address --entry
The file is created properly in src directory but the class name in the template is prefixed with the path. The class name should be extracted from the argument[1](which can be a component name with path before it) before adding it to the template.
Please find the screen shot.
The text was updated successfully, but these errors were encountered:
When trying to create a component by specifying a path as below
![screen shot 2017-12-02 at 10 33 28 pm](https://user-images.githubusercontent.com/15213426/33517881-dc1160bc-d7b1-11e7-8137-802f151ed350.png)
react-create component src/Address --entry
The file is created properly in src directory but the class name in the template is prefixed with the path. The class name should be extracted from the argument[1](which can be a component name with path before it) before adding it to the template.
Please find the screen shot.
The text was updated successfully, but these errors were encountered: