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
Current knockout data-bound tables are having issues where they sometimes get into infinite loops. For some reason, sometimes even if you only have one row it just keeps adding rows to the table forever. Not sure why.
I think converting the tables to react components would help with this issue. React components are also pretty fast in general.
The text was updated successfully, but these errors were encountered:
Current knockout data-bound tables are having issues where they sometimes get into infinite loops. For some reason, sometimes even if you only have one row it just keeps adding rows to the table forever. Not sure why.
I think converting the tables to react components would help with this issue. React components are also pretty fast in general.
The text was updated successfully, but these errors were encountered: