feat: add custom-shortcut playground #19
Annotations
10 warnings
|
lint:
showcase/sheets/core/entry.tsx#L91
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/sheets/chart/entry.tsx#L135
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/sheets/big-data/entry.tsx#L95
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/sheets/basic/entry.tsx#L151
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/sheets/advanced/entry.tsx#L112
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/docs/watermark/entry.tsx#L109
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/docs/core/entry.tsx#L88
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/docs/big-data/entry.tsx#L91
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
showcase/docs/basic/entry.tsx#L115
React Hook useEffect has missing dependencies: 'locale', 'locales', and 'theme'. Either include them or remove the dependency array
|
|
lint:
hooks/i18n.ts#L3
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|