Hello.
I am using AlpineJS Support 0.6.0 and I get an error in PyCharm 2023.1.1 when using nested x-data
As you can see from the above image, the second errorMsg is grayed out.
The error reads: Unresolved variable or type errorMsg
The code works. Here is the pen: https://codepen.io/bleah1/pen/zYeveMx
I also get Attribute @click is not allowed here for both @click="show = !show" on the SVGs.
Hello. I am using AlpineJS Support 0.6.0 and I get an error in PyCharm 2023.1.1 when using nested
x-data
As you can see from the above image, the second
errorMsg
is grayed out. The error reads:Unresolved variable or type errorMsg
The code works. Here is the pen: https://codepen.io/bleah1/pen/zYeveMxI also get
Attribute @click is not allowed here
for both@click="show = !show"
on the SVGs.