kubk / mobx-log

A logger + Redux devtools for Mobx 6+
MIT License
58 stars 7 forks source link

Update to README.md #8

Closed ArnieGA closed 3 years ago

ArnieGA commented 3 years ago

The previous key name "storeBrowserAccess" was apparently updated to "storeConsoleAccess", because the former produces the following error:

Argument of type '{ storeBrowserAccess: boolean; }' is not assignable to parameter of type 'Partial<Config>'.
  Object literal may only specify known properties, and 'storeBrowserAccess' does not exist in type 'Partial<Config>'.ts(2345)
kubk commented 3 years ago

@ArnieGA Thank you!