You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this module. I tried live-updating the data but it doesn't seem to work. I've traced it down and found that isDataSourceUpdated doesn't detect changes in the data.
It seems to me that that method could be simplified to compare the values of dataSource._data instead of the whole object. I can send a PR for that if you think that's the way to go? Otherwise let me know if I can help debug/reproduce this.
Thanks,
Joel
The text was updated successfully, but these errors were encountered:
Hi, thanks for this module. I tried live-updating the data but it doesn't seem to work. I've traced it down and found that
isDataSourceUpdated
doesn't detect changes in the data.It seems to me that that method could be simplified to compare the values of
dataSource._data
instead of the whole object. I can send a PR for that if you think that's the way to go? Otherwise let me know if I can help debug/reproduce this.Thanks,
Joel
The text was updated successfully, but these errors were encountered: