Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/blitz-js/next.js

The official Blitz.js fork of Next.js
https://github.com/blitz-js/next.js

v9.4.5-canary.12

60d1ed2ee54994f8950b13e930277ceaf35f506b authored over 4 years ago by Tim Neutkens <[email protected]>
fix(example): needs TypeScript support (#14115)

Example: with-ant-design-pro-layout-less needs TypeScript support.

![image](https://user-image...

c16e0e2be11875a86dd84ce41f6dece106bdfbfb authored over 4 years ago by Li Ming <[email protected]>
Use envLink for deploy buttons (#14110)

This is a quick fix for https://github.com/vercel/next.js/pull/14053 - the deploy buttons on CMS...

e781c44682c1dadae51665fd5f0b6f96efaa66c1 authored over 4 years ago by Shu Uesugi <[email protected]>
Use the expected import (#14111)

3f5737eccd801f3f76fc42582d270900f82c05dc authored over 4 years ago by Luis Alvarez D <[email protected]>
Update deploy button in the userbase example (#14107)

Fixes readme updates added in https://github.com/vercel/next.js/pull/14100

85543a45f13e090150f7371027fe435d5bb7ad35 authored over 4 years ago by Luis Alvarez D <[email protected]>
Fixed Avatar.js component where Strapi CMS would fail when fetching an image (#14084)

I tried creating CMS with ```Strapi``` by following [this README.MD](https://github.com/M1ck0/ne...

f3434107734de885d1eba9e3863cd0606ef5f868 authored over 4 years ago by Mileta Dulović <[email protected]>
Update with-userbase Example (#14100)

This PR updates the `with-userbase` example with the following changes:

- Removes the `vercel.j...

7e16f7f43b6c9bdf3f98f92151f639a780236e2b authored over 4 years ago by Matthew Sweeney <[email protected]>
[Examples] Fix using-preact dev mode issues (#14098)

Should fix https://github.com/vercel/next.js/pull/13976#issuecomment-641677695

/cc @monsonjerem...

d23c22c54449fdb6abb0e27eabdaee0d3d3c90ef authored over 4 years ago by Jason Miller <[email protected]>
Add new import flow to CMS examples (#14053)

[ch2502]

- Added new import flow to every CMS example, using the deploy button, and removed `ve...

2cd691050af6b2bb75d6e6ab7c63efcea7074f1b authored over 4 years ago by Luis Alvarez D <[email protected]>
Remove Head.rewind as it's no longer needed (#14091)

Fixes #9326

89fffa694dc238eb40bd52809c8cbcbc39c2ec8b authored over 4 years ago by Tim Neutkens <[email protected]>
Update AMP Optimizer to v2.5.2 (#14095)

This addresses the problem of the optimizer postinstall hook causing
delayed installs if run beh...

ec90cc83ff43df74a01583650110b597648f9283 authored over 4 years ago by Sebastian Benz <[email protected]>
Simplify test checks (#14094)

Fixes #14093

8ae10601b12b621f76be576918962fca25d52dd7 authored over 4 years ago by Joe Haddad <[email protected]>
Fix route in custom-server-koa example (#14080)

Links of the example about `custom-server-koa` were wrong, so I fixed them.

7e1d174e8eca04422c840328888235c2a76d8e78 authored over 4 years ago by HYUNSANG HAN <[email protected]>
tests: fail when cannot replace content (#14087)

Fixes #14085

ec7c3252c3c8cbf3cc4cbd90376c025027a088ac authored over 4 years ago by Joe Haddad <[email protected]>
[Example] remove getInitialProps from aws-amplify-typescript (#13898)

Related to [11014](https://github.com/vercel/next.js/issues/11014)

c337db8d7e58f3c77ca11dd835922da1efd56156 authored over 4 years ago by Todor Totev <[email protected]>
[Examples] remove getInitialProps from with-firebase-authentication (#13895)

Related to [11014](https://github.com/vercel/next.js/issues/11014)

6c8b7cde7dc82937afd4f8ae374e2dc0d634263d authored over 4 years ago by Todor Totev <[email protected]>
Add test case for loading 404 on invalid bundle (#14082)

This adds a test case to ensure hard navigating when a client bundle fails to load is occurring ...

1c057e779256d8f153d33651301e603e5cf9d276 authored over 4 years ago by JJ Kasper <[email protected]>
v9.4.5-canary.11

c2c0e6d677200dca223491572a5914c5409a6056 authored over 4 years ago by Joe Haddad <[email protected]>
Revert "Add scroll restoration handling after render is done" (#14075)

c8b51b5c3a7a2d4d2d39f4b1a5e02ebe1027ae16 authored over 4 years ago by Joe Haddad <[email protected]>
Normalize asPath between SSR and CSR with basePath (#14040)

To make `asPath` consistent with `basePath` handling this makes sure it is always stripped inclu...

3d6d033a5b12996913b6532930294a1dc40846dc authored over 4 years ago by JJ Kasper <[email protected]>
v9.4.5-canary.10

90638c70010310ba19aa0f28847b6226fdd20339 authored over 4 years ago by Tim Neutkens <[email protected]>
Use chunkhash instead of buildId for pages (#13937)

Co-authored-by: JJ Kasper <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot...

76fddcd7efd930ca1fcef9573c83719f47233d3e authored over 4 years ago by Tim Neutkens <[email protected]>
[Examples] Update with-chakra-ui (#14035)

* [Examples] Update with-chakra-ui

* Pass theme prop to ThemeProvider

Co-authored-by: Cris...

1ffc7af36ac6341b89bc926522dc22a688c91300 authored over 4 years ago by Cristian <[email protected]>
Storyblok CMS Example (#13993)

[ch2842]

- Demo: https://next-blog-storyblok.now.sh/
- Preview Mode: https://next-blog-storyblo...

30f30af3203aa8e88df40b7301f19c73a7f74684 authored over 4 years ago by Shu Uesugi <[email protected]>
Small grammar fix. (#14043)

0defd535642ed13d610263af109b5cf60a4bed65 authored over 4 years ago by Jason Merino <[email protected]>
feat(create-next-app): Use CSS and CSS modules in default application template (#13983)

Hello 👋

This PR is to replace styled-jsx by Global CSS and CSS modules in the default Next.js t...

aacfa79ddf88e4e1488b63ac253af27110f0a151 authored over 4 years ago by Mohamed SADAT <[email protected]>
Eliminate public folder enumeration (#14042)

This builds off of @timneutkens's PR instead of updating it because it's his `canary` branch.

U...

91664d1d0239efe7b65fc5f42c4df72d15ba3ed4 authored over 4 years ago by Joe Haddad <[email protected]>
Fix Fast Refresh with Page Config (#14041)

Fixes #13978

80036fd9ddd3638d61199a216730ad823daf93ea authored over 4 years ago by Joe Haddad <[email protected]>
Fix dynamic route match and basePath (#14036)

This correctly strips the `basePath` before generating the `route-matcher` for dynamic routes an...

d5493ff24dd16cdda1059719ab9ec5a2cfec903f authored over 4 years ago by JJ Kasper <[email protected]>
ButterCMS Example (#13908)

[ch2580]

**Demo:** https://next-blog-buttercms.now.sh/
**Preview Mode:** https://next-blog-butt...

dea4c2cbf49a12816b61fe7cafa0f3a9e0eebfc8 authored over 4 years ago by Shu Uesugi <[email protected]>
Make sure to watch all next-server files (#14023)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

ad2c1a8a1673c029f46d200365fcd92ff8f18e4d authored over 4 years ago by JJ Kasper <[email protected]>
fix: add plugin to recommended eslint-plugin-next config (#13926)

allow extending the recommended eslint-plugin-next config, without having to specify the plugin ...

caddd355f7f38420317cbb6b8824d3e0978304a6 authored over 4 years ago by stefanprobst <[email protected]>
Invert colors of compiling indicator (#13995)

Hi,

This PR inverts the colors for the compiling indicator, closes #13952.

The second commit m...

a9891095eceaaa2cacce14edc2d3c069d8a0e113 authored over 4 years ago by Ben Spinks <[email protected]>
Added .next folder to gitignore for examples/blog-starter (#14003)

```.next``` folder wasn't in the gitignore file causing .next folder to be tracked by git

f24eb4fd4a6af58b5a0325f6531d04b287e5680c authored over 4 years ago by Darsh Patel <[email protected]>
with-mux-video update (#13992)

* function rename
* update package.json dependencies to use `^` for semver. I noticed the packag...

d5f5b5f29bcc7b535a818a0ac8199c04456680bb authored over 4 years ago by Dylan Jhaveri <[email protected]>
v9.4.5-canary.9

54ac432390667038a7ec12f8a4cc351ed7b43a61 authored over 4 years ago by Joe Haddad <[email protected]>
Prioritize webpack bootstrapping first (#13987)

Webpack will randomly execute script order if its runtime is not prioritized before chunks execu...

d874329d11e26dbec5b938c7928f1c416cf93082 authored over 4 years ago by Joe Haddad <[email protected]>
[Examples] Move with-typescript-graphql to SSG (#13854)

Related to https://github.com/vercel/next.js/issues/11014

43271821f2f27ddda7897b5c3090630b0e409c99 authored over 4 years ago by Luis Alvarez D <[email protected]>
[Examples] Move api-routes-apollo-server-and-client-auth to SSG (#13849)

Related to https://github.com/vercel/next.js/issues/11014

The authentication method has been re...

9dc902835c5bd10d7ff9953b5d564b561ebb5f0d authored over 4 years ago by Luis Alvarez D <[email protected]>
Fix variable shadowing in blog-starter example (#13988)

Sorry for the super trivial PR. I noticed this while working with the example and figured it mig...

aed8b3752999ad08935c6e38880091da3b69cc2b authored over 4 years ago by James Mosier <[email protected]>
chore(create-next-app): remove example picker (#13977)

If a user does not specify `--example` when using create-next-app then just spin up the default ...

d51fef5fc9cb5ef0223e82d56ae98c4216e1d331 authored over 4 years ago by James Mosier <[email protected]>
[Examples] Move with-apollo-and-redux to SSG (#13779)

Ref: https://github.com/vercel/next.js/pull/13742

3a9fbd83969f2435b78387ca3f716a3c8dddcb7e authored over 4 years ago by Luis Alvarez D <[email protected]>
Add scroll restoration handling after render is complete (#13914)

This adds scroll restoration handling to make sure the correct scroll position is restored after...

06ac0adcf8c712d416023e5ed5e2f769273af2fc authored over 4 years ago by JJ Kasper <[email protected]>
[Examples] using-preact: add Prefresh, DevTools & chunking fix (#13976)

This adds [prefresh](https://github.com/JoviDeCroock/prefresh) and [preact/debug + DevTools](htt...

f2e29f6adee5fe7b223b30d57842efde09ed58a2 authored over 4 years ago by Jason Miller <[email protected]>
Prepare custom routes loading for adding additional routes (#13857)

Extracted from https://github.com/vercel/next.js/pull/13333, the same exact code lives in that P...

9da99bcb6655d908551692248fccfa613c8276e9 authored over 4 years ago by Jan Potoms <[email protected]>
Change text from "Attention" to "Warning" (#13973)

Fixes #13972

7d648dace176a65c06ce034cac1e5ea4776d4da7 authored over 4 years ago by Joe Haddad <[email protected]>
Update to reject when test command fails (#13722)

As noticed in https://github.com/vercel/next.js/pull/13506 when a build or export command fails ...

b1025995b2645666847d72fb85e65b59b375724f authored over 4 years ago by JJ Kasper <[email protected]>
Update the with-graphql-react example (#13928)

- Removed the manual `fetch` polyfill as that is handled automatically by Next.js now.
- Updated...

9fea9dbe6dba910c7457e58c74328b357b9ddfad authored over 4 years ago by Jayden Seric <[email protected]>
Update AMP Optimizer to 2.5.1 (#13925)

Most notable new feature: automated hero image preloading.

Release notes: https://github.com/am...

adf1a24ccb4dd17249422798f33ccb77c308ceea authored over 4 years ago by Sebastian Benz <[email protected]>
Adding Example: with-recoil (#13380)

Co-authored-by: Wilbert Abreu <[email protected]>
Co-authored-by: Luis Alvarez <luis@ver...

d3f0aee0ee8970f1c384d5820aa3e476a24cf2b6 authored over 4 years ago by Wilbert Abreu <[email protected]>
[Example] Deprecate with-sentry in favor of with-sentry-simple (#13904)

Co-authored-by: Luis Alvarez D <[email protected]>
Co-authored-by: Joe Haddad <[email protected]>

47e2beba20ef18188d6689501c640cc4de60ef44 authored over 4 years ago by Todor Totev <[email protected]>
Combine taskr next-server tasks into one (#13842)

Co-authored-by: Joe Haddad <[email protected]>

2920af7cd3b5359faee267290402e812a2d202a2 authored over 4 years ago by Tim Neutkens <[email protected]>
chore: remove-redundant-example-react-import (#13907)

Co-authored-by: Joe Haddad <[email protected]>

506116c7d03aa7ca1acae68579b64894eb598ee1 authored over 4 years ago by Shyam Gupta <[email protected]>
[Examples] Move with-react-relay-network-modern to SSG (#13878)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by:...

258f8c0e4e5339ade386861781f142ffe24c3471 authored over 4 years ago by Luis Alvarez D <[email protected]>
v9.4.5-canary.8

72ddfeb6a1233ca054f5ebccf4ce011719702467 authored over 4 years ago by Joe Haddad <[email protected]>
Use buildManifest to load page JS (#13870)

Initial work to use chunkhashes instead of buildid for the page files in production. This does n...

2169c0ce9700a00b7b6ef69f4165a262d9009ade authored over 4 years ago by Tim Neutkens <[email protected]>
[Examples] Move with-graphql-hooks to SSG (#13858)

Related to https://github.com/vercel/next.js/issues/11014

The setup is very similar to the one ...

b4ec992815cabfc16eeea0ffd81d8ee9415e79f1 authored over 4 years ago by Luis Alvarez D <[email protected]>
Update handling for basePath to only automatically add (#13817)

As discussed, this streamlines the handling for `basePath` to not automatically strip and add th...

8dd3d2a8e2b266611a60b9550d2ecac02f14fd57 authored over 4 years ago by JJ Kasper <[email protected]>
[Examples] Move with-relay-modern to SSG (#13882)

Related to https://github.com/vercel/next.js/issues/11014

154c4958b0883859c779566f51cc1e785c255e3e authored over 4 years ago by Luis Alvarez D <[email protected]>
Fix message on getStaticPaths conflict with getServerSideProps (#13874)

* initial

* Update tests

Co-authored-by: Joe Haddad <[email protected]>
Co-authored-by: ...

1c91a46c3c7ee7e8ef22f379ca367e5ae1846745 authored over 4 years ago by Todor Totev <[email protected]>
Remove some leftovers after index page updates (#13876)

08b2e9b3ba20df4d9f29160080fecb6a2081b6a1 authored over 4 years ago by Jan Potoms <[email protected]>
Update README.md (#13899)

Few text corrections.

b922fe8abf4bc613806edf98f5ef01c47ba3517b authored over 4 years ago by Akindolie Oluwatayo <[email protected]>
fix typo in comment (#13883)

319b858e7767c974967ed3cd768855ad8e2172d3 authored over 4 years ago by not <[email protected]>
update test snapshot in with-typescript-eslint-jest (#13847)

Updating snapshot for https://github.com/vercel/next.js/pull/13732 where the `toMatchSnapshot` e...

c61fd5041919b85fa3f36f747f963be4c069b988 authored over 4 years ago by Simon Goldin <[email protected]>
Preserve url better in exportTrailingSlash (#13840)

Discovered while doing https://github.com/vercel/next.js/pull/13333. `#` or `?` used to be strip...

989b6ad145b7539e09522766d3818126bb2c17fd authored over 4 years ago by Jan Potoms <[email protected]>
Clean up render.tsx options (#13759)

Went through and removed a bunch of internal options which are just pass-through values of build...

e125d905a0dd93d247c6122d349c2c90268f0713 authored over 4 years ago by Tim Neutkens <[email protected]>
Add FAQ section to Built-in CSS Support (#13846)

I added a FAQ section to answer questions I see frequently. Motivation: https://github.com/verce...

a89afc2ec6f83cb6d7d7a6e09699e311ddafdb3f authored over 4 years ago by Rafael Almeida <[email protected]>
[Examples] Remove getInitialProps from with-rematch (#13834)

Related to [11014](https://github.com/vercel/next.js/issues/11014)

2ede86ffa974d80cce96933757785662ca320c98 authored over 4 years ago by Todor Totev <[email protected]>
refactor: Use native fs instead of fs-extra and promisify (#13841)

**add-comment.js**
`writeFile` is not unique to `fs-extra`.

**lib/find-page-file.ts**
ref: #12026

38519c626e58e178e05dfac63db1b5067cdeca35 authored over 4 years ago by matamatanot <[email protected]>
[Examples] Move api-routes-apollo-server-and-client to SSG (#13782)

Ref: https://github.com/vercel/next.js/pull/13742

792a113d482b770f412403b4a0d33b3451bac23d authored over 4 years ago by Luis Alvarez D <[email protected]>
Prefer docs site for documentation links in CMS examples (#13826)

[ch579]

Some README files in `examples/cms-*` were linking to a documentation markdown file ins...

1935196e5e46a906556a2ffe5ac87f36d1d801af authored over 4 years ago by Shu Uesugi <[email protected]>
Add App.getInitialProps example to the TypeScript page (#13785)

I added the commented code with the `AppContext` type to match the example from the [Custom App]...

813b1e62c574b8b7d5bc1cd1db7c6360a69f4d93 authored over 4 years ago by Rafael Almeida <[email protected]>
Fix base path handling with URL queries in dev server (#13560)

So I can't *entirely* explain why, but I believe this fixes #13132. 🙈 I basically ended up looki...

c33757f1ad094a234588854c7245f767f48b7e09 authored over 4 years ago by Ty Mick <[email protected]>
Stabilize CSS HMR Tests (#13811)

Fixes failure seen here:
https://github.com/vercel/next.js/pull/13782#issuecomment-639563107

064fcb6c3dd396e2202889827435ff8ea6b22423 authored over 4 years ago by Joe Haddad <[email protected]>
Fixed graphql-hooks example data prefetch (#13799)

- Fixes the Next.js `with-graphql-hooks` example so that data is prefetched during SSR:
- Th...

2c8ab89e379749a73723f2a3d079fa6e16be0182 authored over 4 years ago by Dan Williams <[email protected]>
[Examples] Remove React.FC from with-stripe-typescript (#13803)

Related to [this](https://github.com/facebook/create-react-app/pull/8177).

Let me know if you w...

b12f5a2669fc927ee33012973d23757c3fa78840 authored over 4 years ago by Todor Totev <[email protected]>
[Examples] Refactor with-electron-typescript (#13802)

Related to [11014](https://github.com/vercel/next.js/issues/11014).

Removed getInitialProps in ...

097287489f0b64a287ffc5a8894f1a9fcdf4f994 authored over 4 years ago by Todor Totev <[email protected]>
[Examples] Move with-apollo to SSG (#13742)

Based on https://github.com/vercel/next.js/pull/13607 - I created a new PR as I can't push chang...

2d2c7626e381a73e41c97937a5104d41ae72d5df authored over 4 years ago by Luis Alvarez D <[email protected]>
enhance-with-redux-saga (#13764)

[11014](https://github.com/vercel/next.js/issues/11014)

Removed getInitialProps from _app

22b2920aace27fb069be8f117b0c4188625e4a0c authored over 4 years ago by Todor Totev <[email protected]>
[Examples] Refactor with-electron (#13800)

Not much happening, the main page was converted from class to functional component.

4d7b3fdf9871ae1f380ed8d7e15885e904900658 authored over 4 years ago by Todor Totev <[email protected]>
[Examples] Removed React.FC/FunctionComponent from with-typescript (#13798)

Related to [this](https://github.com/facebook/create-react-app/pull/8177).

Let me know if you w...

88fd6cf31d919a60ad9c25604812b06802c47511 authored over 4 years ago by Todor Totev <[email protected]>
[Examples] Removed React.FC from blog-starter-typescript (#13797)

Related to [this](https://github.com/facebook/create-react-app/pull/8177).

Let me know if you w...

0175b989280fef0068834daf52febaed0de5e68f authored over 4 years ago by Todor Totev <[email protected]>
Add initial labeler WebHook config (#13772)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

aa7e15c1de324611670be8b4937dc63cb633a46e authored over 4 years ago by JJ Kasper <[email protected]>
Docs: Fix links to Agility CMS Examples (#13794)

❌ `cms-agility-cms`
✅ `cms-agilitycms`

See: https://github.com/vercel/next.js/tree/canary/examp...

4e6c326a56ec39c73971397e8ce2a80e2091e953 authored over 4 years ago by Shu Uesugi <[email protected]>
Add a note about optional catch-all and rootmost route (#13791)

Fixes https://github.com/vercel/next.js/issues/13467

1c8f1b50e328a449ff4cea29129a985cc5167108 authored over 4 years ago by Jan Potoms <[email protected]>
Fix sample command (#13789)

dev doesn't seem to exist

f37c00279bd50d2aac38e3e2b67f6ab1826ef777 authored over 4 years ago by Adam Zacharski <[email protected]>
Update to modern env handling for userbase example (#13774)

This PR removes the `next.config.js` file and renames the environment variable in `vercel.json` ...

87f9f91187e2acee25da644ec3916ee92bff4ec4 authored over 4 years ago by Allen Hai <[email protected]>
Normalize example gitignores (#13768)

This removes a bunch of unnecessary `.gitignore`s and fixes some CMS examples that don't ignore ...

4a12fb0a5f87fc1cb9a5b2d8cd7f1a5c701474c1 authored over 4 years ago by Joe Haddad <[email protected]>
CMS Cosmic Example (#13499)

* Add Cosmic CMS Example

* with native .env support, this file isn't needed anymore

* FIX ...

6ce7a0378e13234098907bc55a14ed037011f0f7 authored over 4 years ago by Jazib Sawar <[email protected]>
Replace dotenv example (#13770)

This removes the `with-dotenv` example in favor of a README that directs users to the docs.

8287ed233d715cea9d52ea5fa44df297e448a875 authored over 4 years ago by Joe Haddad <[email protected]>
Update rewrite dynamic SSG error (#13724)

This error isn't specific to just fallback SSG pages since any dynamic SSG page that is rewritte...

4e6eb5b3a7d92e3e01b8033ad5f48476c73561b8 authored over 4 years ago by JJ Kasper <[email protected]>
Fix pages/index.js and pages/index/index.js behavior (#13699)

Disambiguate between pages/index.js and pages/index/index.js so that they resolve differently.
I...

1b36f0c0299b0253b08d00ac1372864111789e36 authored over 4 years ago by Jan Potoms <[email protected]>
examples(iron-session): update fetch, env, UI, deps, and docs (#13756)

d8f2f8166e7aacff80d569ae3bb3c6586f2ea286 authored over 4 years ago by Vincent Voyer <[email protected]>
docs: adjust custom polyfill suggestion (#13766)

The current [with-polyfills](https://github.com/vercel/next.js/blob/canary/examples/with-polyfil...

7d9b331775827c769371f9e8a9133ffa83c23856 authored over 4 years ago by Joe Haddad <[email protected]>
[Example] with-typescript-types (#13746)

Closes [7882](https://github.com/vercel/next.js/issues/7882).
Created as requested by @timneutke...

dbe5973fae7d8486e0fb82db84acb7fd189165d9 authored over 4 years ago by Todor Totev <[email protected]>
Update instances of Now to Vercel where applicable (#13760)

This pull request renames various instances of `now` to `vercel` etc. in order to match content ...

d1c16124b545c036286c5dfa3348d0d77ed580a2 authored over 4 years ago by Timothy <[email protected]>
docs(env variables): small wording change (can => have to) (#13757)

When reading
"In order to expose a variable to the browser you can prefix the variable with NEXT...

33d44238a97a01fbe38a76f13252e470886d1894 authored over 4 years ago by Vincent Voyer <[email protected]>
Docs: Add supported browsers and features (#13741)

[ch1981]

Add the “Supported Browsers and Features” page. The content is taken mostly from the b...

c02d86ec52b1fca4a4869833c66fd6cf18de138e authored over 4 years ago by Shu Uesugi <[email protected]>
Update Firebase Auth Example for New Env Support (#13587)

Prefixed variables name with NEXT_PUBLIC_.

Solving #13585 issue related to get undefined from p...

00eef1720ce1efc2388ae91fb06fd8ca37b40ca7 authored over 4 years ago by Giulio Fagioli <[email protected]>
with-videojs fix (#13745)

Closes [13730](https://github.com/vercel/next.js/issues/13730)

Brought back the ref implementat...

16300db182967702edf729008ff3bf7f04750b10 authored over 4 years ago by Todor Totev <[email protected]>