Matt Strayer

Results 6 comments of Matt Strayer

Also running into this issue via a webhook after setting a new default card `customer.add_card(source=xxx)` and then detaching all other sources ```python for source in request.customer.customer_payment_methods: if source.id != new_source.id:...

For us this seems to be isolated to Firefox users. Can only reproduce _sometimes_ with one endpoint. Some requests will work, others fail without a clear reason.

@vijetmahabaleshwar-okta can you or someone from the team merge this in?

This now seems to be broken with the latest versions. ```typescript import { defineConfig } from "wxt"; import devtools from "vite-plugin-vue-devtools"; // See https://wxt.dev/api/config.html export default defineConfig({ modules: ["@wxt-dev/module-vue", "@wxt-dev/auto-icons"],...

FYI -- This works with 0.19.0, but breaks when moving to 0.19.1 @aklinker1

Adding the entrypointloader as you suggested worked for now! Thank you! @alexzhang1030 Vscode is showing that as a deprecated field, is that correct?