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

sku v13: Explicitly define entrypoints via package.json#exports #984

Merged
merged 5 commits into from
Jul 5, 2024

Conversation

askoufis
Copy link
Contributor

This enforces the newly documented API entrypoints.

@askoufis askoufis requested a review from a team as a code owner May 30, 2024 03:15
Copy link

changeset-bot bot commented May 30, 2024

🦋 Changeset detected

Latest commit: cf8d944

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sku Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment on lines -10 to -11
// https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#configuring-your-testing-environment
process.env.IS_REACT_ACT_ENVIRONMENT = true;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the linked docs, this never worked? It needs to be set on globalThis, not process.env, so I'm unsure what this was accomplishing, if anything.

@askoufis askoufis merged commit 5dba39d into master Jul 5, 2024
4 checks passed
@askoufis askoufis deleted the explicit-package-exports branch July 5, 2024 05:33
@seek-oss-ci seek-oss-ci mentioned this pull request Jul 5, 2024
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.

2 participants