Filipp Riabchun

Results 75 comments of Filipp Riabchun

Also, `initialize` accepts `{subscribe?: boolean}` option so maybe `prefetch` should as well

Sorry, I didn't realize `{subscribe: false}` doesn't put data in the store, I thought it only opts out of automatic refetching. Is there any mechanism to do the latter without...

Blocked by https://github.com/sindresorhus/cpy-cli/issues/35

`hasClass` works in both cases, while `should.have.className` works only with `shallow`

It's just not true that default value is `commonjs`. `modules: 'commonjs'` and absense of `modules` option have different effects (the former won't be overridden by babel-loader)

“Allow edits from maintainers” is on, so please feel free to reword it

@pasupuletics can you please add some license to your repo? > If you find software that doesn’t have a license, that generally means you have no permission from the creators...

@wrakky can you please review

@ryanflorence unfortunately it won't help because the cycle exists between entities, not just between files. So React components probably shouldn't use `router` at all, they have access to `useLocation`/`useNavigate` instead