Closed lixiaoyan closed 2 years ago
const baz = window.foo?.bar.baz;
should not change to
const { baz } = window.foo?.bar;
@lixiaoyan thanks for the bug report! I just released v1.121.3, which fixes the bug. Please re-open this issue if you still encounter the bug in v1.121.3 or higher.
v1.121.3
should not change to