Results 2 issues of Edgar

Rolled back to the previous version for this reason, this is a screenshot of my settings. https://i.vgy.me/6wynEM.png When I press my Hotkey to mute, the microphone icon is crossed out...

**Describe the bug** My next config. ```import million from 'million/compiler'; /** @type {import('next').NextConfig} */ const nextConfig = { webpack(config) { config.module.rules.push({ test: /\.svg$/i, use: [ { loader: '@svgr/webpack', options: {...

bug