[x] Unit or Functional tests are included in the PR
Description:
Updates ReduxInjector to allow an optional second argument of options that will be included with the getProperties() payload. As such, getProperties no longer returns the Redux store directly, but instead returns an object with store and extraOptions properties.
Type: feature
The following has been addressed in the PR:
Description:
Updates
ReduxInjector
to allow an optional second argument of options that will be included with thegetProperties()
payload. As such,getProperties
no longer returns the Redux store directly, but instead returns an object withstore
andextraOptions
properties.Resolves #16