Skip to content

v0.1.11

Latest
Compare
Choose a tag to compare
@samuelcastro samuelcastro released this 16 Nov 00:16
· 13 commits to master since this release

fix(SplitProvider): trying to freeze an already frozen object

If the memo cache is lost or maybe on hot reload deepFreeze would be called again for the same
config object which had been previously frozen. This makes deepFreeze idempotent instead of choking.

685dc69

Thanks to @CarsonF