protonemedia / laravel-splade

💫 The magic of Inertia.js with the simplicity of Blade 💫 - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.
https://splade.dev
MIT License
1.47k stars 111 forks source link

Popper throwing error on Filtering or Show/Hide Columns #263

Open fabianosfbr opened 1 year ago

fabianosfbr commented 1 year ago

Description:

When click on filters or hide/show columns it generates a javascript error (Popper) and does not show the popup.

image

pascalbaljet commented 1 year ago

Is this on the initial page load or after searching? And what version of the npm/js package are you using?

fabianosfbr commented 1 year ago

This after searching ... npm/js package is 1.2.1

Tks