Default StoreProvider key to state
#261
Labels
bug
Something isn't working
enhancement
New feature or request
needs back-port
The fix requires back porting to one or more previous major versions
next
Issue/Pull Request for the next major version
Enhancement
registerStoreInjector
defaults the store key tostate
, but theStoreProvider
implementation does not. If we default thekey
used byStoreProvider
tostate
it would provide a better symmetry with the register command and remove the need to place thestate
string throughout the code base.current defaulting here: https://github.com/dojo/framework/blob/master/src/stores/StoreInjector.ts#L123
The text was updated successfully, but these errors were encountered: