Trying to figure out this linting error in VSCode.
I’m trying to use an example of an animation library in a Next.js app, and VSCode isn’t having any use of @decorators
.
i.e.
<div x-data="{ open: false }"
@mouseenter="open = true"
@mouseleave="open = false"
onClick={onExpandCategory}>
{link()}
</div>
In render.tsx.