Skip to content

follow default props that are PropertyAccessExpressions #286

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

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

hipstersmoothie
Copy link
Contributor

fixes #233 (default props in a variable)

Also fixes issue where you access properties from and object

const defaults = { id: 123 }

MyComponent.defaultProps = {
  id: defaults.id
}

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

Successfully merging this pull request may close these issues.

Default column won't show values from defaultProps
2 participants