Polymer / shop

The Shop app
https://shop.polymer-project.org/
986 stars 494 forks source link

Firefox - does not work at all #178

Closed maxfromua closed 6 years ago

maxfromua commented 6 years ago
screenshot 2018-05-03 14 12 38

Despite the fact that PWA Starter Kit works fine in FF, I see the blank screen on your shop. FF 59.0.2 (64-bit)
macOS 10.13.4
MacBook Pro 15 2015

In Safari and Chrome works fine

keanulee commented 6 years ago

Hi @maxfromua , we're still working out some issues with our tooling, but yes the lit-element demo of Shop is currently broken on some browsers. Will update the demo and this issue soon.

keanulee commented 6 years ago

Just updated the demo at https://lit-element-dot-polymer-shop.appspot.com/, should be working on Firefox now. Other browsers may still be broken by the known issues listed in pwa-starter-kit.

abdonrd commented 6 years ago

It doesn't work for me in Firefox 57:

screen shot 2018-05-04 at 00 11 29
keanulee commented 6 years ago

Generally our support matrix would exclude Firefox 57 (58 and 59 are the latest 2 versions), but looking at the line/column of shop-app.js it looks like an object spread operator so it will be fixed once https://github.com/Polymer/tools/issues/173 is released.

maxfromua commented 6 years ago

Thank you, works now. Great work, guys!

keanulee commented 6 years ago

FYI I updated https://lit-element-dot-polymer-shop.appspot.com/ again with the object spread transform - it might in FF 57 now.

abdonrd commented 6 years ago

Yay! It works now, thanks @keanulee!