-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG]: ReferenceError: Property 'atob' doesn't exist #458
Comments
There was a case similar to this one, octokit/plugin-create-or-update-text-file.js#15 That plugin isn't used anywhere in this repository though, and it's the only mention of Can you rebuild your project with source maps enabled and in dev mode? That traceback doesn't contain any useful info for debugging |
Can you see if the solutions raised in #59 work for you? |
Can you try editing your webpack config to change the resolve behaviour? |
I have added the above line, inside metro.config.js as I am developing in app in react native and there's no webpack by default, only metro.config.js.
|
Sorry, I have only use React with webpack, and not react native. |
I have read the documentation for react native metro.config.js and I have updated my answer to:
Unfortunately this solution caused other dependencies to break because they want module instead of main.
|
I am not sure there is anything we can do at the moment. |
Alright. I guess I'll pivot. |
What happened?
I have the following code:
I get error:
Versions
Node v16.13.0,
"@octokit/auth-app": "^4.0.9",
"@octokit/core": "^4.2.0",
"react-native": "0.71.2",
"typescript": "4.8.4"
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: