mkocansey / bladewind

BladewindUI is a collection of elegant Laravel blade-based UI components spiced with TailwindCSS and Javascript.
https://bladewindui.com
MIT License
477 stars 42 forks source link

Select component doesn't work on staging server #351

Open Visnicio opened 2 hours ago

Visnicio commented 2 hours ago

image I get this problem in my staging server while the same code on my local enviroment (sail) works fine

Visnicio commented 2 hours ago

found a temporary fix (this project will be in my client's hands tomorrow lol)

image the image above works fine

but as soon as I go to the backend and retrieve the data as data="{{json_encode($data)}}" nothing works anymore

Visnicio commented 2 hours ago

image