-
Updated
Apr 3, 2021 - JavaScript
React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 132,215 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
Mar 25, 2021
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Feature request: new property fullWidth for the ToggleButtonGroup component.
Styles:
// .MuiToggleButtonGroup-fullWidth
fullWidth: {
width: "100%"
}This prop name is currently used for other components:
These examples are currently not running locally.
- custom-routes-proxying
- with-compiled-css
- with-glamor
- with-mqtt-js
- with-reason-relay
- with-style-sheet
- with-styled-jsx-plugins
- with-web-worker
Expected Behavior
They're updated and working locally, with instructions included in the README as necessary
To Reproduce
C
Bug
In an Angular project Storybook is displaying this console error for a link generated by Compodocs
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
in a (created by Markdown)
in a (created by Markdown)
in p (created by Markdown)
in Markdown (created by ArgRow)
in div (created by Context.Consumer)
in Styled(div) (created b
Summary
I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the gatsby/examples/using-remark/ dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)
However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.
const renderAst = new rehypeReac
-
Updated
Apr 2, 2021 - TypeScript
-
Updated
Mar 29, 2021
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Sep 4, 2020 - CSS
Expected results
A big number chart is added to a dashboard with "time grain" override.
The tooltip of the big number chart in the dashboard should show the data point with respect to the selected "time grain" in dashboard.
For example,
- When select
week, the tooltip should showstart date -- end date, e.g. 2021-04-19 -- 2021-04-23. - When select
day, the tooltip should show `dat
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
Mar 29, 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
Mar 14, 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
Apr 3, 2021 - TypeScript
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
Apr 2, 2021 - JavaScript
-
Updated
Apr 3, 2021 - Go
🚀 Feature
When working with the blog feed, in testing-library's, we would like a way to contain the full article and not just a truncated version of it within the feed since we don't really care about r
Created by Jordan Walke
Released March 2013
Latest release 12 days 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