Vercel
Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 3,457 public repositories matching this topic...
The documentation for mutate talks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.
As a result, I've found myself writing code in this kind of pattern:
mutate(path, { ...data, patch }, false); // mutate immediately, don't revalidate
await patchData(patch); // await the -
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 19, 2021 - JavaScript
-
Updated
Oct 3, 2021 - TypeScript
-
Updated
Sep 10, 2021 - TypeScript
-
Updated
Jul 25, 2021 - TypeScript
-
Updated
Oct 4, 2021 - HTML
-
Updated
Oct 4, 2021 - TypeScript
-
Updated
Sep 29, 2021 - Python
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
quantity
const subscription = await stripe.subscriptions.retrieve(...) returns a subscription which does not have quantity. Guessing the relevant line should instead be: quantity: subscription.items.data[0].quantity
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Sep 30, 2021 - TypeScript
If have successfully installed this, but when I add a product in Shopify the images won't come through to sanity? is this normal behavior, if yes, how can I change this?
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Oct 4, 2021 - TypeScript
-
Updated
Sep 26, 2021 - TypeScript
- Organization
- vercel
- Website
- vercel.com
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14.17.3
What browser are you using?
Chrome
What operating system are you using?
Ubuntu
How are you deploying your application?
next
Describe the Bug
The error file path is very long and is overflowing.
![Screenshot from 2021-07-05 14-29-42](https://user-images.githubuserconten