mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
fix: infinite rendering issue 2.0?
This commit is contained in:
@@ -41,7 +41,7 @@ function Search() {
|
|||||||
return () => {
|
return () => {
|
||||||
EventBus.off('refresh');
|
EventBus.off('refresh');
|
||||||
};
|
};
|
||||||
}, [init]);
|
}, []);
|
||||||
|
|
||||||
let micIcon = createRef();
|
let micIcon = createRef();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user