flowbite-qwik icon indicating copy to clipboard operation
flowbite-qwik copied to clipboard

The table components does not update when signal changes

Open hamdano2 opened this issue 1 year ago • 3 comments

Hi When I use a <Tablele> 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.

hamdano2 avatar Aug 31 '24 21:08 hamdano2

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

jcfauchet avatar Sep 02 '24 09:09 jcfauchet

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.

hamdano2 avatar Sep 02 '24 09:09 hamdano2

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.

genox avatar Nov 07 '24 17:11 genox