->hidden(fn (Get $get) => $get('provider')=== null ) to show/hide it if my provider select field had an option selected or not.->live(), and on my secondary one, I have: ->hidden(fn (Get $get): bool => $get('provider') === null) but that does not seem to work. Also, when I make a selection on the provider one, I get a console error which I am not sure if it could be a bug or not. The error is attached.