Yarn upgrade (#2749)
* yarn upgrade front and docs * upgrade yarn server * Revert change not needed
This commit is contained in:
@ -714,7 +714,6 @@ export {
|
||||
IconBrandMercedes,
|
||||
IconBrandMessenger,
|
||||
IconBrandMeta,
|
||||
IconBrandMicrosoftTeams,
|
||||
IconBrandMinecraft,
|
||||
IconBrandMiniprogram,
|
||||
IconBrandMixpanel,
|
||||
@ -813,6 +812,7 @@ export {
|
||||
IconBrandTabler,
|
||||
IconBrandTailwind,
|
||||
IconBrandTaobao,
|
||||
IconBrandTeams,
|
||||
IconBrandTed,
|
||||
IconBrandTelegram,
|
||||
IconBrandTerraform,
|
||||
|
||||
@ -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