1.37.1 - bugfix: gate/config/experiment/layer result memoization
Memoization logic on hooks was broken due to object parameters changing references on rerenders.
This was masking another issue in the StatsigSynchronousProvider where we did not memoize on a new version of config specs passed in to the StatsigSynchronousProvider. Because we weren't memoizing, the results were correct, but the performance was degraded in this case as well.
Performance of hooks via both providers should be improved as a result
Updated statsig-js to 4.51.0
Included In This Release
Full Changelog: 1.37.0...1.37.1