-
Updated
Jul 7, 2021 - JavaScript
React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 106,448 public repositories matching this topic...
React version: 17.0.1
Steps To Reproduce
- npx create-react-app my-app
- cd my-app
- npm start (Works like a charm)
- npm run eject
- npm i
- npm start (ReferenceError: React is not defined)
Link to code example: https://codesandbox.io/s/ecstatic-wood-ou6px
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14.16.1
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
Vercel
Describe the Bug
Next.js 11 with webpack 5 seems to break the using-preact example.
`Error: Cannot find module 'webpack/lib/dependencies/ConstD
Box doesn't apply maxWidth prop
<Box maxWidth="xs">
Hello World
</Box>
CodeSandBox:
https://codesandbox.io/s/hardcore-platform-tyfvw?file=/index.js:131-183
Mui version: v4.9.8 ✓
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jul 4, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example:
const head-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jul 7, 2021 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Jun 18, 2021 - JavaScript
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
Is there any reason why we can't move the typespec from https://github.com/DefinitelyTyped/DefinitelyTyped to this repo so we do not have to deal with two packages.
We could copy that into this package and add "types": "./lib/main.d.ts" in the package.json
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jun 8, 2021 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release 4 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple