GhostLexly
GhostLexly
The issue is still here on **16.0.18**. Code: ```tsx setIsCameraReady(true)} onBarcodeScanned={isCameraReady ? handleBarcodeScanned : undefined} barcodeScannerSettings={{ barcodeTypes: [ "ean13", "ean8", "upc_e", "code128", "code39", "datamatrix", "itf14", "upc_a", ], }} > ```...
Yes i can do it like this, i was looking for a official solution in cmdk. Thanks
@laplab Tried today on Prisma v5.15, the issue still persists. Here is the repo: https://github.com/ghostlexly/prisma-relation-create-bug Thanks
Hey @laplab Sorry i wasn't clear enough on this example. The create section doesn't exist. Even like this, it's won't work: ```ts // -- THIS DOESN'T WORK // await this.db.prisma.housekeeperInformation.create({...