livewire / volt

Volt is an elegantly crafted functional API for Livewire.

Home Page:https://livewire.laravel.com/docs/volt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import of class outside @volt not recognized inside @volt

gdsrmygdsrjr opened this issue · comments

Volt Version

1.3.3

Laravel Version

10.28

PHP Version

8.2.10

Database Driver & Version

MySQL 8.0.30 for Windows 11

Description

If it's done this way it doesn't work:
Captura de tela 2023-10-13 153507
imports declared before @Volt are not recognized within @Volt
Captura de tela 2023-10-13 154745
Displays the following error:
Captura de tela 2023-10-13 155026

But if it's done this way, it works perfectly:
Captura de tela 2023-10-13 154625

Steps To Reproduce

Import a class/enum outside of @Volt and try to use the same inside @Volt @endvolt