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 microbundle bug #35

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Fix microbundle bug #35

merged 2 commits into from
Nov 8, 2021

Conversation

aralroca
Copy link
Collaborator

@aralroca aralroca commented Nov 8, 2021

Trying Teaful in a project I release that useEffect(() => initializeValue && update(value), []); causes an error and instead this no:

useEffect(() => {
    if (initializeValue) update(value);
}, []);

I think that is related to the build

@aralroca aralroca self-assigned this Nov 8, 2021
@aralroca aralroca merged commit 11c6a82 into master Nov 8, 2021
@aralroca aralroca deleted the aral-fix-issue-microbundle branch November 8, 2021 09:54
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.

None yet

1 participant