qwikerx / flowbite-qwik

Official Qwik components built for Flowbite and Tailwind CSS
https://flowbite-qwik.com
MIT License
36 stars 2 forks source link

The table components does not update when signal changes #187

Open hamdano2 opened 2 months ago

hamdano2 commented 2 months ago

Hi When I use a component and update the data using a signal the table does not get rerendered. This is not expected behaviour. When you use a simple div for instance it does in comparison.

jcfauchet commented 2 months ago

Hi @hamdano2 Thank you for this feedback We managed to reproduce your bug and it seems to be a Qwik bug, so we opened an issue. You can follow the bug here : https://github.com/QwikDev/qwik/issues/6851 and BTW we'll get back to you when we'll get more further details

hamdano2 commented 2 months ago

Thank you @jcfauchet thank you for updating me and making a bug with maintainers of qwik. I hope they fix it and I can start using this component.

genox commented 1 week ago

Maybe: I had a similar issue once with a component wrapped in a <Resource/> component, displaying useResource fetched data. Didn't update on changes or refetches in the client. Unwrapping the data display component solved the issue for me as a workaround.