Patch Changes
-
Support alog of component rendering on production for better error reporting. Enable it by using
REACT_ALOG=true rspeedy dev/build
or defining__ALOG__
totrue
inlynx.config.js
: (#1164)export default defineConfig({ // ... source: { define: { __ALOG__: true, }, }, });
-
Supports
console.alog
and use differentconsole
object in main thread and background thread. (#1164)