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

TextField: Refactor export statement for TextFieldProps #235

Merged
merged 1 commit into from Feb 21, 2020

Conversation

franciscrispin
Copy link
Contributor

  • export { Props as TextFieldProps }; was causing the webpack build to fail when we migrated to Next.js
  • Fixed it by refactoring to export type TextFieldProps = Props;

Related issue: babel/babel#8361

@franciscrispin franciscrispin added the Bug Something isn't working label Feb 21, 2020
@franciscrispin franciscrispin self-assigned this Feb 21, 2020
@franciscrispin franciscrispin merged commit 4305574 into v4 Feb 21, 2020
@franciscrispin franciscrispin deleted the hotfix/text-field-props branch February 21, 2020 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant