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