Yarn upgrade (#2749)
* yarn upgrade front and docs * upgrade yarn server * Revert change not needed
This commit is contained in:
@ -11,7 +11,7 @@ type TimingProfilerProps = {
|
||||
export const TimingProfiler = ({ id, children }: TimingProfilerProps) => {
|
||||
const handleRender = (
|
||||
id: string,
|
||||
phase: 'mount' | 'update',
|
||||
phase: 'mount' | 'update' | 'nested-update',
|
||||
actualDuration: number,
|
||||
baseDuration: number,
|
||||
startTime: number,
|
||||
|
||||
Reference in New Issue
Block a user