Open noscripter opened 9 months ago
Hi @noscripter,
Thanks for reporting this. I have two questions:
I can reproduce now, the problem happens only in dev model (start
command) but not build
. I guess it might be related to dev utility like StrictMode
.
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior
Close tab successfully and no error was thrown.
Screenshots
Desktop (please complete the following information):
Additional context
I'm using the source code, and run
pnpm start
in debugging mode.In the debug inspect console, I can see the error and its stack trace as below.
Expand the stack trace can see the following image:
Click on it can see the source code:
I believe it has something to do with firefox itself since the error source is in firefox. But I'm wondering if we could do anything to avoid this.