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 #3650 regression clearTimers -> clearTimes #3651

Merged
merged 3 commits into from
Mar 8, 2023

Conversation

urugator
Copy link
Collaborator

@urugator urugator commented Mar 8, 2023

fixes #3650

@changeset-bot
Copy link

changeset-bot bot commented Mar 8, 2023

🦋 Changeset detected

Latest commit: aff7f82

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

This PR includes changesets to release 1 package
Name Type
mobx-react-lite Patch

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

@urugator urugator requested a review from iChenLei March 8, 2023 11:55
@iChenLei
Copy link
Member

iChenLei commented Mar 8, 2023

How about add a unit test for exported clearTimers?

import { clearTimers } from 'mobx-react-lite';

Avoid regression in the future ?

@urugator
Copy link
Collaborator Author

urugator commented Mar 8, 2023

Actually already working on it :D

@urugator
Copy link
Collaborator Author

urugator commented Mar 8, 2023

Btw shouldn't it be reexported in mobx-react?

@iChenLei
Copy link
Member

iChenLei commented Mar 8, 2023

Btw shouldn't it be reexported in mobx-react?

Sorry, I'm not sure. : ). cc @mweststrate

@urugator urugator merged commit dfeb1f5 into mobxjs:main Mar 8, 2023
@github-actions github-actions bot mentioned this pull request Mar 8, 2023
@kubk
Copy link
Collaborator

kubk commented Mar 9, 2023

Testing exposed API is a nice idea! 👍

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.

"clearTimers" was renamed to "clearTimes"
3 participants