Miguel Ángel

Results 6 issues of Miguel Ángel

I think its overwritting the syntax highlighting from the Shopify Liquid Extension, and this extension is not as good as the one from Shopify when it comes to syntax highlighting,...

v3.1.0
🚢 Shipping Next Release

After the new update most tags haven't been able to be associated with their scope identity. Most of them are being associated with just `entity.name.tag.other.liquid` when in the past we...

🔖 Need More Information
⚠️ Monitoring

Hi! So I noticed this, when an object is declared in JS inside a tag on a .liquid file, the highlighting breaks on anything below that declaration. Like this ![image](https://github.com/panoply/vscode-liquid/assets/34131801/e0284181-8166-48cb-8b1e-09fa1b548d83)...

Bug

https://github.com/Shopify/polaris/blob/a89e61478fb7c5f588021e542101aba8a3898ec8/polaris-react/src/components/IndexTable/IndexTable.tsx#L7-L8 I checked the line here 👆🏻, Maybe better to go back to use `useIsomorphicLayoutEffect ` being required everywhere ? ![image](https://github.com/Shopify/polaris/assets/34131801/bbc8d47e-b167-4bcb-8ab7-27d46eac57ce)

Bug
Engineering
Priority: Medium

### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...

Type: Bug

### What version of React Router are you using? 6.26.1 ### Steps to Reproduce This is a common usage: Giving a Prisma schema: ```prisma // schema.prisma model User { //...

bug