mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
add media detail dialog and infinite loading
This commit is contained in:
@@ -9,7 +9,7 @@ import { isDebug } from "core";
|
||||
|
||||
export const useEvent = <Fn>(fn: Fn): Fn => {
|
||||
if (isDebug()) {
|
||||
console.warn("useEvent() is deprecated");
|
||||
//console.warn("useEvent() is deprecated");
|
||||
}
|
||||
return fn;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user