mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3366146796
When `startTime` still has its initial value of `-1.1` we must not call
`logComponentMount`. This can occur when rendering a `'next/dynamic'`
component with `{ssr: false}` in a client component, for example.
Unfortunately, I didn't manage to reproduce this scenario in a unit
test.