prisma
Here are 989 public repositories matching this topic...
What is the problem?
When using useQuery
, the resources' type seems to get lost when destructuring setQueryData
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
Inspect typing with and without setQueryData
Run blitz -v
and paste the output here:
$ npx blitz -v
macOS Big Sur | darwin-x64
-
Updated
Aug 16, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
in the base folder in the code that generated adding comment that say not to overwrite the contant to prevent git collision
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Here is an example of it being used: https://github.com/wasp-lang/wasp/blob/master/waspc/examples/todoApp/todoApp.wasp#L4 .
app todoApp {
title: "ToDo App",
head: [
"<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap\" />"
]
}
We should add short mention of it + description under: https://github.com/wasp-
-
Updated
Aug 21, 2021 - TypeScript
-
Updated
Aug 21, 2021 - TypeScript
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Aug 21, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Aug 19, 2021
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Sep 14, 2018 - TypeScript
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."
Bug description
When you run
npx prisma init
everything executes without problems but the.gitignore
file is being overwritten with the following content mentioned in Issue #3400How to reproduce
npm
project.gitignore
npx prisma init
.gitignore
file and notice it was overwrittenExpected beha