rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.75k stars 328 forks source link

[Bug]: shouldBeDisplayed is not defined #1941

Open web-developer4-luc opened 1 week ago

web-developer4-luc commented 1 week ago

What happened?

image

How to reproduce the bug

No response

Package Version

3.4.20

PHP Version

8.3.x

Laravel Version

10.48.20

Alpine Version

3.14.1

Theme

None

Notes

No response

Error Message

No response

lrljoe commented 1 week ago

Are you bundling, or using injection for the assets?

web-developer4-luc commented 6 days ago

Hello, I am bundling with Vite for the assets. I downgraded to version 3.4.16 and from alpineJs to 3.13.3 and it does not generate the error.

lrljoe commented 6 days ago

Okay, and have you published the views previously?

Have you re-run your bundler build:

npm run build

And cleared cached views?

php artisan view:clear
web-developer4-luc commented 6 days ago

The views are not published, and I followed the instructions to clean everything: https://rappasoft.com/docs/laravel-livewire-tables/v1/usage/troubleshooting

lrljoe commented 4 days ago

You referenced the v1 docs there, which version are you using?

web-developer4-luc commented 2 days ago

I am using version 3.4.16 I only referenced that documentation in the troubleshooting

lrljoe commented 16 hours ago

Have you run:

npm run build

and

php artisan view:clear

?