mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f887d1aa27
Previously, when props/state contained a regexp, it was shown as an empty object. This commit adds regexps as values in need of special rehydration (like Symbols or TypedArrays), and display them as a user might expect. Co-authored-by: Zirak <zirakertan@gmail.com>