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

Attempt to fix issue with hermes and lodash.template #127

Merged
merged 10 commits into from
Aug 15, 2022
Merged

Conversation

Jyrno42
Copy link
Contributor

@Jyrno42 Jyrno42 commented Aug 10, 2022

React-native hermes engine does not support with statement used in lodash.template. This commit attempts to work around the issue by providing variable option to the template function. We also now nest the urlParams in the same key - data.

fix #117

React-native hermes engine does not support with statement used in lodash.template. This
commit attempts to work around the issue by providing `variable` option to the template
function. We also now nest the urlParams in the same key - `data`.

fix #117
@coveralls
Copy link

coveralls commented Aug 15, 2022

Coverage Status

Coverage increased (+0.2%) to 97.304% when pulling ae1be66 on hermes-fix into aaecd79 on master.

@Jyrno42 Jyrno42 merged commit 91ecb94 into master Aug 15, 2022
@Jyrno42 Jyrno42 deleted the hermes-fix branch August 15, 2022 09:24
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.

React-Native hermes engine is not supported via lodash.template
3 participants