Adam Cooper

Results 7 comments of Adam Cooper

the same happens in safari for mac os as well

I was able to resolve this by running `xattr -cr /Applications/PROM.app` in the terminal, and then reopening the app.

Same problem here, as a temp fix I downloaded the source code from the releases page (https://github.com/apollographql/apollo-client-devtools/releases/tag/v4.0.0) the version there is a bit older and seems to work fine, even...

Just a note -> I got it to work with the solution from @wight554 🙏 - but only when combined with https://github.com/preactjs/compat-alias-package

Just wanted to post my fix as well for anyone else facing this issue. Thanks @kirilldronkin for the research and explanation! I tried the patch as posted, but for me...

I had the same issue and found a workaround for this. Basically I just added the scroll into view call inside a setTimeout, effectively waiting for all the react state...

having a look at [`acts_as_shopping_cart/lib/acts_as_shopping_cart/schema.rb`](https://github.com/dabit/acts_as_shopping_cart/blob/e47f1044ebb37d9eb618a4c348756aeb2161e5b6/lib/acts_as_shopping_cart/schema.rb#L5) if you use the `shopping_cart_item_fields` method, it will create a price_currency with a default of 'USD'. I would recommend installing the latest version of rails-money...