dojo / interop

Provides bindings and interoperability between Dojo packages and other libraries
Other
1 stars 14 forks source link

Allow extra options to be passed to ReduxInjector #19

Closed mwistrand closed 6 years ago

mwistrand commented 6 years ago

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 the getProperties() payload. As such, getProperties no longer returns the Redux store directly, but instead returns an object with store and extraOptions properties.

Resolves #16