-
Updated
Feb 28, 2021 - JavaScript
React

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 127,077 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
-
Updated
Feb 22, 2021
What example does this report relate to?
with-ionic-typescript
What version of Next.js are you using?
10.0.1
What version of Node.js are you using?
12.0.0
What browser are you using?
Crome
What operating system are you using?
macOS
How are you deploying your application?
next start
Describe the Bug
As this example uses javascript vanilla Ionic, the ionic co
Describe the bug
When applying a dark theme to the Docs page, the table still has white and light gray background colors. This obviously ruins the readability of the table as the text color is also a light gray. There is a hardcoded background-color: white;
value applied to the table tr
element.
To Reproduce
Steps to reproduce the behavior:
- Use a dark theme for the docs page
In my case I did use a wrong version of Gatsby and I ve got an incorrect error about it
to replicate just change version to a wrong one in package.json of Gatsby and
semver will throw out an error than the catch on
https://github.com/gatsbyjs/gatsby/blob/a6be92eb80bb98c308310a0fb3c340dab8e104aa/packages/gatsby/src/bootstrap/load-themes/index.js#L40
do not output and do not stop the code.
-
Updated
Feb 27, 2021 - TypeScript
-
Updated
Feb 28, 2021
-
Updated
Sep 4, 2020 - CSS
-
Updated
Jan 21, 2021 - JavaScript
Current, in Explore left data panel Columns section, user see
1) actual column name that without a label e.g. job_intr_dataengn
(column name, no lable)
or 2) label name of columns e.g. yt_codingtuts360 label
(label name of yt_codingtuts360
)
from the view.
when user hover on the text, exact same information
change: display actual column name in tooltip, when there's a label
<img wi
We are currently adding Hyper CLI path to user PATH in Windows registry: https://github.com/zeit/hyper/blob/262eb8ad9b7b9b15351f331765151538d67a09e2/app/utils/cli-install.js#L49-L91
A caveat is that environment variables are cached and users should open and validate "Edit environment variables for your account" dialog to force a cache refresh (or simply reboot their workstation).
 AppleWebKit/537.36 (KHTML,like Gecko)Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/8.2.16.1
使用框架: React
复现步骤
在此系统自带的浏览器上, 随机无规律(暂时没找到规律) 部分element显示, 部分element不显示, 刷新后出现的问题也是一致, 在其他手机上(如iphone 6s ios13.3 iphone XSmax 13.6 小米...)
Taro能使用wxs吗?
-
Updated
Feb 27, 2021 - JavaScript
🚀 Feature request
Current Behavior
The type ErrorMessage
doesn't have an id property.
Desired Behavior
It'd be nice id?: string
would be added to the type ErrorMessage
and set on the outermost component that serves as error message.
Suggested Solution
Add id={this.props.id}
to the outer component in ErrorMessage
.
Who does this impact? Who is this
-
Updated
Feb 25, 2021
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
Jan 12, 2021 - JavaScript
-
Updated
Feb 28, 2021 - TypeScript
-
Updated
Feb 21, 2021 - JavaScript
What cheatsheet is this about? (if applicable)
Basic cheatsheet
What's your issue or idea?
content duplication
There are two identical subheading, Types or Interfaces?.
And following contents are almost the same.
I think It is better to be deduplicated.
I'd appreciate it if you could consider it for the next reader. :)
**(If applicable) Reproduction of issue
-
Updated
Nov 9, 2020 - JavaScript
🐛 Bug Report
Plugins must be paths. If they are functions they are just ignored silently.
Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
plugins.push(customWebpackPlugin)
function customWebpackPlugin(context, options) {
console.log('hi')
retu
Created by Jordan Walke
Released March 2013
Latest release 4 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
Edited: Here's how to fix this: facebook/react#20756 (comment).
React version: 17.0.1 (latest)
Steps To Reproduce
This code finishes properly in node.js 14, but holds the process open in node.js 15
Since node.js 15, there is a global `MessageChanne