Nick Dalton
Nick Dalton
I want to emphasize what @thryyy wrote above. The different design for how Edge handles side panels (shared for all tabs in a window) compared to Chrome (unique per tab)...
It looks like the peerDependencies section in packages.json at [npm](https://www.npmjs.com/package/serverless-domain-manager?activeTab=code) is still: ``` "peerDependencies": { "serverless": "^2.60 || ^3.0.0" } ``` This should be fixed by this commit: https://github.com/amplify-education/serverless-domain-manager/commit/8dbb433f5d0174069546ad6de70e85325fff54a1 Hopefully...