Make console message support more robust to logging in the middle of rendering. (#521)

This commit is contained in:
Jacob Richman 2025-05-23 22:51:47 -07:00 committed by GitHub
parent 7a3a9066f9
commit 1c3d9d7623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 313 additions and 16 deletions

View file

@ -40,6 +40,7 @@ export const useConsolePatcher = ({
onNewMessage({
type,
content: formatArgs(args),
count: 1,
});
}
};