♫
📌 canary ▾
next.js
/
test
/
development
/
middleware-errors
/
lib
/
unhandled.js
unhandled.js
4 lines
92 B
setTimeout
(()
=>
{
throw
new
Error
(
'This file asynchronously fails while loading'
)
},
10
)
v2.0.0
/
Go
SIGN IN