Add SplitFactoryProvider as a drop-in replacement for SplitFactory. SplitFactoryComponent is a fixed version of SplitFactory, where side effects are moved to the commit-phase. This fixes issues related to factory reinitialization in development mode and allows the use of the library on server side.
React SDK
What did you accomplish?
SplitFactoryProvider
as a drop-in replacement forSplitFactory
. SplitFactoryComponent is a fixed version of SplitFactory, where side effects are moved to the commit-phase. This fixes issues related to factory reinitialization in development mode and allows the use of the library on server side.How do we test the changes introduced in this PR?
Extra Notes