Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdp is missing the default Name #65

Closed
abominab opened this issue Oct 24, 2019 · 1 comment
Closed

rdp is missing the default Name #65

abominab opened this issue Oct 24, 2019 · 1 comment

Comments

@abominab
Copy link

The snippet rpt generates the empty propTypes and it pre-populates the component name (I'm guessing from the file name but not certain) but the rdp does not copy this behavior, it neglects the name.

rpt ->
MyComponent.propTypes = {
  
};

rdp ->
.defaultProps = {
  
};
@xabikos
Copy link
Owner

xabikos commented Oct 29, 2019

Fixed by #66

@xabikos xabikos closed this as completed Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants