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: remove nullish coalescing operator #237

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

mirceanis
Copy link
Member

I'm not sure why but bundlers don't seem to pick this up and translate it, but since it is safe to replace the single use of that operator why not make it easier?

fixes #236

@mirceanis mirceanis requested a review from simonas-notcat July 5, 2022 11:26
@mirceanis mirceanis merged commit 8cf01de into master Jul 21, 2022
@mirceanis mirceanis deleted the 236-nullish-coalescing-failure branch July 21, 2022 11:28
uport-automation-bot pushed a commit that referenced this pull request Jul 21, 2022
## [6.2.1](6.2.0...6.2.1) (2022-07-21)

### Bug Fixes

* remove nullish coalescing operator ([#237](#237)) ([8cf01de](8cf01de)), closes [#236](#236)
@uport-automation-bot
Copy link
Collaborator

🎉 This PR is included in version 6.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] using this lib with expo web fails during bundling
3 participants