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

Fix react-refresh package exports #24235

Closed
wants to merge 1 commit into from
Closed

Fix react-refresh package exports #24235

wants to merge 1 commit into from

Commits on Mar 31, 2022

  1. Fix react-refresh package exports

    Fixed an error that occurred when using CRA with typescript. Uninstalled
    the react-refresh package and reinstalled as well was deleting and
    rebuilding the `package-lock.json` file and the error still persisted.
    Adding an additional entry for the `exports` property in the
    `package.json` file fixed it.
    lgoodcode committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    815ffec View commit details
    Browse the repository at this point in the history