Next

Next.js is an open source React front-end development web framework that enables functionality such as server-side rendering and generating static websites for React-based web applications.
Here are 27,130 public repositories matching this topic...
Discussed in vercel/swr#1630
Originally posted by correttojs November 11, 2021
currently the refreshInterval
option can only be a number. In some cases this number should be dynamic, dependent on the updated fetched data.
For example, the fetcher returns a list of items and a value corresponding to the nex
-
Updated
Dec 2, 2021 - TypeScript
macOS version: Not relevant
Kap version: I am not sure. The About Kap
option seems to make it crash! Within the last year though.
Steps to reproduce
- Make a recording.
- Export it.
- Close the recording window.
Current behaviour
It always asks if you are sure you'd like to discard it. I always want to discard it. Very annoying.
Expected behaviour
I
Add `deepEqual` utility to stdlib and use it for `initialValuesEqual` in `react-final-form` template
What do you want and why?
If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g. switching to another tab.
Possible implementation(s)
This can be fixed by using the initialValuesEqual
prop:
import deepEqual from "fast-deep-equal"
<FinalForm
initialValues={initialValues}
initialValues
-
Updated
Dec 2, 2021 - TypeScript
Question 💬
Our custom provider is very strict what params can be passed and oauth flow fails because there is this NEXTAUTH query param. Is there anything I can do to not send it to the oauth server? I know it's required for next-auth to work correctly so i cant just omit it anywhere in the backend.
Exact error:
VARIABLES IN FORM NOT IN PROCEDURE: NEXTAUTH
Config, [...nextauth]
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
Summary
InlineImage
component should have cursor: pointer
style when CMS is enabled.
(Currently is only ever has the normal default
cursor.)
The pointer cursor indicates to the user that clicking it will trigger some action.
In this case that action is opening a Media Manager dialog.
Motivation
I did my first introduction/training of a TinaCMS application to a person, and
-
Updated
Nov 18, 2021
-
Updated
Sep 3, 2019 - TypeScript
Without all the marketing.
Some providers are missing on .env.template, readme, tsconfig, etc
-
Updated
Oct 28, 2021 - TypeScript
-
Updated
Oct 5, 2021 - JavaScript
Would be supercool to have "BlogPosting" as article JSON-LD type.
From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):
Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting.
(https://schema.org/BlogPosting)
I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Dec 1, 2021 - JavaScript
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Jul 18, 2019
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Oct 6, 2021 - TypeScript
Things like Optional Chaining should be transpiled for e.g. node 12 compatibility: https://esbuild.github.io/content-types/#javascript. We should choose es2016
for all packages.
-
Updated
Jul 3, 2021
-
Updated
Nov 4, 2021 - JavaScript
Created by Vercel
Released October 25, 2016
Latest release 17 days ago
- Repository
- vercel/next.js
- Website
- nextjs.org
- Wikipedia
- Wikipedia
What version of Next.js are you using?
12.0.4
What version of Node.js are you using?
16.x
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
next dev
Describe the Bug
next > styled-jsx: @babel/plugin-syntax-jsx@7.14.5 requires a peer of @babel/core@^7.0.0-0 but none was installed.
package `next