groupCollapsed is not available in the console polyfill when debugging in JSC (iOS) #21446
Labels
Platform: iOS
iOS applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Environment
Description
The console polyfill doesn't have the
groupCollapsed
function when debugging using Safari.This makes the console log very spammy as we can't collapse any console log calls.
Reproducible Demo
react-native run-ios
console.groupCollapsed
in the console and you will getundefined
Notes
react-native/Libraries/polyfills/console.js
Line 539 in 1151c09
because not having to "Debug JS remotely" is crash free and much faster.
The text was updated successfully, but these errors were encountered: