@JoshWComeau terse examples are not very helpful when demonstrating the benefits of immer. I'm not sure how the latter provides any clear benefit over just writing
```
const vanillaCopy = [...arr];
vanillaCopy[2] *= 2;
```
@ChromeDevTools@kaycebasques Lighthouse/Audit panel is amazing, but I wish it would automatically disable extensions during runs. I always forget to open an incognito tab first ๐
@sindresorhus@styfle@giltayar I thought no engine shipped this unflagged yet because of web compat issues. Current plan is to rename it afaik (cc @ljharb) https://t.co/w69JqncfYv
@justsml@seldo Let me clarify: if you quote the query, Google matches it as written, which only gives you those two results since they are in the page slugs. Bing is still using fuzzy search as seen in the screenshot