James Nguyen

Results 19 comments of James Nguyen

Agree, could you please fix this?

@tlindener could you help with fixing the test for this PR please bro? https://github.com/Errorname/prisma-multi-tenant/pull/79

@Errorname @antoinecarat @FredericEspiau can someone help me with fixing the test for this PR pretty please? @BjoernRave @kongyujian

Is that just mean changing the version in package.json to be using the new Prisma right? @mvhysko I can do that and make the pull request

@mvhysko https://github.com/Errorname/prisma-multi-tenant/pull/79 Could you help with fixing the test for this PR please champ?

Will this be fixed soon? Happening on my end as well.

@jaredpalmer any suggestions mate?

Hey, I find out how to do that. @jaredpalmer it will reduce the lag of the form even if you use 1mil checkboxes. Inside the FieldArray you implement the [react-window](https://www.npmjs.com/package/react-window)....

No, it is the same, just use the workaround above

In your form you render the FieldArray item: ```typescript {} ``` Then you have this ListResult like this: ```typescript import {FixedSizeList as List} from 'react-window'; const ListResult = () =>...