Open hamdano2 opened 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
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.
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.
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.