Mariusz Kogut

Results 2 comments of Mariusz Kogut

Hm - also having this issue in combination with https://github.com/ChilliCream/graphql-platform/tree/main/src/StrawberryShake CodeGenerators. Please fix!

Also came across this issue: ``` export const CommonProvider: FC = ({ children }) => { const router = useRouter() return ( {children} ) } ```