-
Notifications
You must be signed in to change notification settings - Fork 24
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
"Invalid Character \ud835" when used in React Native Android app. #66
Comments
Hi @jsh8w , Thanks for raising the issue, we will look into this issue and will let you know once we resolve this issue. |
Thanks @uttamukkoji. We have done some further digging this morning and found that We will downgrade to Thanks. |
Just a note that we've just seen this in a Next.js project on Safari iOS 13 (iOS 14 is fine). Any updates on a fix @uttamukkoji? |
Hi @jsh8w thanks for raising this issue we will be looking into the issue ASAP!. Once we have the fix we will update |
Hey @jsh8w, can you please check with the latest version of the sdk and let us know if the issue persists? |
Hello.
We're seeing the following error when using the
contentstack
JS dependency in a React Native 0.66.4 project. Interestingly, this issue only occurs when the app is run indebug
mode. When the app is run inrelease
mode, the issue does not appear.I've done a fair amount of debugging today and found that when I remove the import of
contentstack
, the app works correctly and we don't see the error. This leads me to think it's something in thecontentstack
dependency.We can see that the \ud835 unicode symbol renders as � and we can see this symbol within the
contentstack
directory innode_modules
.I'm at a bit of a loss as to what is actually throwing this particular error and why.
Any help would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: