-
Notifications
You must be signed in to change notification settings - Fork 1
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(registry): 🐛 clear registry at start #37
Conversation
🦋 Changeset detectedLatest commit: 8d2b1f8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
Nice catch, thanks! |
Co-authored-by: Jared McAteer <[email protected]>
Ah so this introduces an issue, the I think maybe a better solution is wrapping the |
What do you think about this way? |
Co-authored-by: Jared McAteer <[email protected]>
Okay looks good, one last thing, can you please add a changeset? From project root run, pnpm changeset And follow the prompts
|
sure |
Why?
Simple, when you drop the error, the registry don't get cleared. Which can lead into followup issues and since the registry get cleared at the end anyway it dosnt really matter.