Arthur Grand

Results 6 comments of Arthur Grand

@drarmstr May be also add reset to all atoms? This would be useful when logout without closing application.

@eduardobalbo You can just ``` Auth.logout().then(() => window.location.reload()) ```

Hello, @ericz1803 I added this typing to myself and it's works react-google-calendar.d.ts ``` declare module '@ericz1803/react-google-calendar' { import * as React from 'react'; declare class Calendar extends React.Component {} export...

Demo with 2.5.0-beta.1 https://codesandbox.io/s/aged-wood-wkvkgx?file=/src/App.js It's positioned but with flicker Component from examples

@shengslogar, problem not with data storing, but with returning back without side effect. router.remember(data, 'my-key') is replaces state, not pushes new, as I just tested. I can't return back to...