Skorochkin Anton
Skorochkin Anton
Getinitialprops is not being called when next-translate configured I tried with getServerSideProps and getStaticProps and it works fine but for some reason Page.getInitialProps which i define is not being called...
## Proposal At the moment for spec/h config we have this kind of handler param ```typescript handler?: | {[domEvent: string]: Event} | { config: { passive?: boolean capture?: boolean prevent?:...
Would be nice to have a documentation/article about testing approaches for forest views, if possible: include some explanation about shallow rendering (and is it actually possible atm) for isolated unit...
When effector-react/scope is being used in a library which's supposed to be bundled and used in other projects when Provider/useStore/useEvent are used, they reference different instance of each other for...
I need to implement circular dependency. But workarounds in docs don't work for me. I used lazyServiceIdentifie LazyServiceIdentifer, lazyInject but there some errors. For example: A injects B, B injects...
It seems like using atomic-router in cra+craco bundled app breaks the router. This error is thrown when route.open() / router.push called (just added catch). No path change happenes/atomic-router-react also doesnt...
Would be nice to have in-built way to prevent/confirm user transition from route to another ```ts chainRoute({ route: someRouteWithFormForExample, beforeClose: { // condition to trigger on try confirmWhen: $store, //...
Would be nice to be able to provide a layout wrapper for group of routes, passed layout will be rendered only if some route from list is opened. Layout itself...