Nikolay Lanets

Results 36 comments of Nikolay Lanets

Is this will merged? I got error "react-element-to-jsx-string: Expected a React.Element, got `object`" while using ReactDOM.createPortal(). [email protected]

> will give you access to any type currently in your schema Will, if FibbleWhereInput already registred. It will be only if you call before some like t.crud.fibbles(). This will...

@KevinGrandon thanks for answer. Not node_modules, but src/node_modules/ In react-scripts, if i wont include my custom packages globaly, i can put them into src/node_modules and import them by name. For...

@rtsao i have my own projects with react-scripts SSR (not so cool like fusion :) ), and src/node_modules/ correct resolves on server-side too.

Have this issue. Largest modules in the project (240+ k). ![Screenshot from 2022-06-07 23-45-44](https://user-images.githubusercontent.com/2550668/172479373-ebead428-772a-47c2-9ed0-7b820762beee.png)

Have this issue too (for 2+ years). Any workarounds not actual due FielResolver uses NexusGenObjects via rootTypes. ```ts rootTypes: NexusGenRootTypes; export type NexusGenRootTypes = NexusGenObjects; ``` https://github.com/graphql-nexus/nexus/blob/74c93e2ce4356105d7d4a32891107166396ea5e6/src/typegenTypeHelpers.ts#L241 And field missed...