You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the getting started guide with Next.js, I discovered this error under the query and list posts section and fixed it with a function as shown below. It was possible as I passed the data in the function.
function getCurrentDate(date) {
return new Date(date)
}
In the getting started guide with Next.js, I discovered this error under the query and list posts section and fixed it with a function as shown below. It was possible as I passed the data in the function.
JSX
https://xata.io/docs/getting-started/nextjs
The text was updated successfully, but these errors were encountered: