accordion won't open after installed select and import select.js in app.js.
but when if it's not imported, accordion works but select doesn't works.
tried to reinstall accordion but it changes nothing.
is there any steps that i'm missing?
one more, wire:click redirect route not working too.
public function detail($id)
{
return $this->redirectRoute('perangkat-keras.detail', $id, navigate: true);
}
<x-ui.button
wire:click="detail('{{ $item->id }}')"
icon="eye"
size="xs"
/>