Skip to content

Fluid Framework v2.0.0-internal.3.2.3 (patch) - deprecated

Compare
Choose a tag to compare
@jenn-le jenn-le released this 30 Mar 16:35
· 6438 commits to main since this release
89d0fa7

This version is deprecated. Please use the latest minor for 2.0.0.internal.3.x.

This is a patch release that fixes a failure when trying to access localStorage (PR #14760)

SweepReadyUsageDetectionHandler accesses localStorage which can fail if access to localStorage is not allowed. We are seeing this happening in production. This removes the usage of SweepReadyUsageDetectionHandler in garbage collector - It was added by #12004 but the sweep ready detection feature was never enabled.