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

Change default export to named function #545

Merged
merged 2 commits into from Jan 4, 2021
Merged

Commits on Jan 4, 2021

  1. Change default export to named function

    Frameworks like Next.js complain about anonymous export default functions, e.g.
    
    `Anonymous function declarations cause Fast Refresh to not preserve local component state.`
    
    Versions beside 3.5 already use named exports, so update 3.5 to do the same.
    dylans committed Jan 4, 2021
    Copy the full SHA
    3c555a3 View commit details
    Browse the repository at this point in the history
  2. Update v35.js

    address feedback
    dylans committed Jan 4, 2021
    Copy the full SHA
    8db9b81 View commit details
    Browse the repository at this point in the history