-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Bundling failed]: node_modules/@expo-google-fonts/dev/index.js: Maximum call stack size exceeded #50
Comments
did u figure it out? same problem |
No :/ I had to install all the fonts I wanted to try out, then removed the ones I didn't like :P |
how do you do that? and does that fix the problem? |
Let's say I wanted to try the 'inter' font. So, as readme says, |
i see what u mean. i figured out how to fix it by going in the index.js file and deleting the fonts I did not want |
That's a simple and a clever solution! I also thought previously that the 6k file with its exports was causing the problem, but hadn't the idea of cleaning it. I am curious on how the author are going to fix it (and to know what is causing the error). Maybe using js Proxy somehow? JSON? Regex? |
I'm not sure what the problem is here. I'll try to investigate soon. If anyone figures out what's going on here and how to fix it in the meantime, contributions are welcome. |
Had this problem for weeks, thanks for the fix. Importing directly not using /dev worked. ^^ |
I just found out
expo-google-fonts/dev
and added to my codeimport { Inter_600SemiBold } from '@expo-google-fonts/dev'
. Now, when building my expo app on launch, the following error is raised:The text was updated successfully, but these errors were encountered: