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
As expected results did not change for the implementations for most react implementations.
I don't understand the reason why, but react-redux and react-redux-rematch got slower in this run, for example for create rows (so it hardly can be due to this change). I tried multiple runs, but consistently got around 60 msecs (i.e. much higher than the 55 msecs before).
I'm not sure if there was a minor chrome update in between and whether the OS Update to 14.1 happened in between.
STR:
The screen will go blank and/or you will see an error message in the console:
This is probably caused in these lines:
It is trying to index on
999
when there may only be 999 items in the array.This error is not encountered when the benchmark is ran.
The text was updated successfully, but these errors were encountered: