-
Notifications
You must be signed in to change notification settings - Fork 477
After upgrading to Expo SDK 36, expo-cli crashes with "TypeError: chunk.msg.match is not a function" #1363
Comments
I'm exploring the source code and while I'm not sure how to modify the frames that are at
However, the log entries leading up to the failure just seem like they're logging some application JSON data and nothing particularly special:
|
Looking at PackagerLogsStream.ts:211, a few lines after the failing call, there is a check for
So I think the basic question is: how do we build a debug version of the |
Resolved after upgrading expo-cli to 3.11.2 and starting with |
Description
After upgrading to Expo SDK 36, I'm always getting the following error immediately after launching in my emulator. I never received it before. Issue #519 is similar but
expo start --clear
didn't help.Observed Behavior
Environment
Reproducible Demo
I will try to work on this but the current code is private.
The text was updated successfully, but these errors were encountered: