livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
312 stars 19 forks source link

Import of class outside @volt not recognized inside @volt #62

Closed gdsrmygdsrjr closed 9 months ago

gdsrmygdsrjr commented 9 months ago

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