Marcio Toshio Ide
Marcio Toshio Ide
Is there any patch for this issue? I'm facing the same and seems to be very common problem.
Hmm this will not fix properly the issue, we set isHidden in a new instance and the old reference does not set the isHidden failing on subsequents calls because isHidden...
Making the isHidden as a function we can always check the actual value of the element to decide its property instead of relying on the instance.
Hi everyone, I'm facing this issue and I'm proposing a fix here https://github.com/themesberg/flowbite/pull/274.
I'm using Bitwarden and have the same workaround, just a little bit more complex ``` KAMAL_REGISTRY_PASSWORD=$(bw get item ItemName | jq '.fields[] | select(.name=="custom_field_name") | .value' | tr -d '"')...