mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
16e8a35d42
Summary: Changelog: [Internal] Remove groupCollapsed from list of unsupported polyfills `console.groupCollapsed` was always replaced with `originalConsole`'s implementation, but the right behavior is to have it be a proxy (call both `console` and `originalConsole`). So remove this key from a list of unsupported functions. Reviewed By: yungsters Differential Revision: D18820158 fbshipit-source-id: d83cffbc7e7939c2654fad2e0d681da7c3b5196a