jo-ced

Results 4 comments of jo-ced

Thanks, @Truja. Any news yet? The banner keeps showing up and it is super annoying. Especially in mobile view one has to click accept/decline every time as it blocks the...

> Temporary work-around listed here: https://community.shopify.dev/t/shopify-cookiebar-cannot-dismiss-pernamently-on-localdev-customizer/9479/5?u=ceri_waters Thank you so much @ceri-waterscreative. Your code snippet solves the issue. I'll post it below in case the link stops working: In theme.liquid add:...

# HTML comments in JSX expressions cause formatting to fail ## Suspected Problem Formatting .astro files fails when HTML comment syntax (``) is used inside JSX expressions. The `astroExpressionParser` wraps...

This seems to be confirmed by the fact that using the proposed configuration and changing the default parser, solves the commenting issue as well. ```ts // .prettierrc.mjs /** @type {import("prettier").Config}...