yamalight / outstated

Simple hooks-based state management for React
107 stars 7 forks source link

Add dynamic Provider layout generation #12

Closed alexandrius closed 5 years ago

alexandrius commented 5 years ago

Solves https://github.com/yamalight/outstated/issues/11 and possibly https://github.com/yamalight/outstated/issues/9

yamalight commented 5 years ago

A few small requests - could you please:

alexandrius commented 5 years ago

@yamalight Sorry I'm not eslint expert could you help me with this error:

Oops! Something went wrong! :(

ESLint: 6.1.0.

ESLint couldn't find the config "standard" to extend from. Please check that the name of the config is correct.

The config "standard" was referenced from the config file in "/Users/alex/Documents/Development/ReactNative/outstated/.eslintrc".

If you still have problems, please stop by https://gitter.im/eslint/eslint to chat with the team.
yamalight commented 5 years ago

Ah, right, I forgot there was whole eslint 6.x upgrade issue here as well. OK, disregard eslint, I can do that myself after merge :)

yamalight commented 5 years ago

Looks good, thanks! Will do a release later today