A potential customer just noticed that the menu bar does not appear on her older S20 phone. I'm suspecting we might need to polyfill something... Edit: yes, it's structuredclone. <img width="428" alt="Screenshot 2023-04-13 at 09 56 04" src="https://user-images.githubusercontent.com/2183313/231692702-f1a16344-2614-43cd-a4c7-052e367b6568.png"> - [ ] I think the solution is to do all sorts of polyfills. Doesn't [vite already do this](https://vitejs.dev/config/build-options.html#build-modulepreload)? - [ ] Also, we need something like bugsnag to monitor stuff like this - [ ] Can the menu be server-side rendered? - [ ] We should probably show an error if JS fails for some reason
A potential customer just noticed that the menu bar does not appear on her older S20 phone. I'm suspecting we might need to polyfill something...
Edit: yes, it's structuredclone.