Mike

Results 13 comments of Mike

@matths , I am running into a similar error ```svelte {#each $store as item (item.id)} ... {/each} ``` Error: ` An element that uses the animate directive must be the...

@bawinstead we are also having issues with revenue data. Has this issue been updated yet? Please let us know the status of the fix on Mail Chimp side. Thank you

@bawinstead Thanks for the update. This is critical information we need to we will be eagerly anticipating a fix release.

We are not seeing any revenue data in our Mail Chimp campaigns from our connected Magento 2 store. Can we please get an update on the bug fix?

I am having a similar problem. schema JSON in sections format in a bad way. I tried using the default .liquidrc and then for testing just inserted it into my...

Thanks @panoply things are looking much better, especially html elements. 1. Added your `.liquidrc` 2. Updated `settings.json` with your snippet. 3. Added *.liquid to `.prettierignore` Is it possible to get...

@panoply I don't think I am ignoring schema in my setup. On save only the {% endschema %} moves and not the json. https://user-images.githubusercontent.com/29803478/163420214-e524799e-6d08-42fe-9e91-87d043f8e0e5.mov I tried removing all prettier settings...

Hi @panoply, I was able to solve for the issue above with the following rule on the json in the .liquidrc ```json "json": { "preserve": 0, "braces": true, "brace_block": false,...

Thanks @panoply ```json {% assign attr = 'type="application/ld+json"' %} { "name": "foo", "settings": [ { "type": "something" } ] } ``` Seems to be a good temp solution but even...

@joelwmale what steps are you following? From the image above it looks like you need to configure your default formatter in VS code. Are you working off my test [repo](https://github.com/3daddict/liquidrc-test)?