You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll look into this for the current feature release on rate limits (i.e. 1.10.0) and try to remove the dependency if it doesn't break the existing v1 branch.
I'll post an update once I reproduce the issue. Thanks!
ContentfulClient is written to have a hard-coded fallback to node-fetch:
contentfully/src/contentful/ContentfulClient.ts
Line 113 in cfa6759
This breaks react-native builds, failing a brwoserlist requirement. Browserlist is not packaged (for obvious reasons) with Expo or the Metro bundler.
The text was updated successfully, but these errors were encountered: