Файловый менеджер - Редактировать - /home/emeraadmin/public_html/node_modules/tss-react/tools/getDependencyArrayRef.d.ts
Назад
/** * useEffect( * ()=> { ... }, * [ { "foo": "bar" } ] * ) * => The callback will be invoked every render. * because { "foo": "bar" } is a new instance every render. * * useEffect( * ()=> { ... }, * [ getDependencyArrayRef({ "foo": "bar" }) ] * ); * => The callback will only be invoked once. * * The optimization will be enabled only if obj is * of the form Record<string, string | number | undefined | null> * overwise the object is returned (the function is the identity function). */ export declare function getDependencyArrayRef(obj: any): any;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка