fix "TypeError: main.startsWith is not a function" error#75
Merged
mvayngrib merged 4 commits intotradle:masterfrom Dec 18, 2018
Merged
Conversation
Member
|
@badver thanks for the PR! I'm guessing the fix is one or two lines, but the diff has nearly every line changed :( Can you refactor so that only the fix-related lines are changed? |
This reverts commit 47a5020.
Contributor
Author
|
Sure, sorry for this. VSCode reformat code on save :( |
Member
|
@badver thanks! |
mvayngrib
pushed a commit
that referenced
this pull request
Dec 25, 2018
* fix "TypeError: main.startsWith is not a function" error if "main" isn't a string Fixes #74
mvayngrib
added a commit
that referenced
this pull request
Apr 7, 2019
* master: docs: --yarn option docs: update repo links, install instructions in README chore: update git repo url in package.json 10.0.1 fix "TypeError: main.startsWith is not a function" error (#75) 10.0.0 refactor to use @tradle/react-native-http 9.0.0 Remove dynamic require, and explain in README 8.3.0 Add a comment explaining the need for dynamic require Conditionally require crypto module in shim.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix "TypeError: main.startsWith is not a function" error if "main" in't a string
Fixes #74