reactjs
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 92,561 public repositories matching this topic...
-
Updated
Feb 7, 2022 - TypeScript
-
Updated
Aug 3, 2021 - TypeScript
Example app: https://pp0o4x40p0.codesandbox.io/#/posts/13
I just copied the last tab a couple of times and you'll see a scrollbar at the bottom.
What I expected: that the Tabs component would be scrollable and the application not to crash.
I think this is because the Tabs parent width is implicit instead of explicit.
 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}
initialValuesPlease confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
Summary
-
Updated
Jan 30, 2022 - JavaScript
Issue Type (check one)
- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offseWe should audit all our prod deps for actual usage. Discovered today that we're not using:
-
Updated
Jan 16, 2022 - TypeScript
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 16, 2022 - CSS
Prerequisites (mark completed items with an [x]):
- I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- My issue is not a security issue, support request, bug report, enhancement or feature request (Please use
-
Updated
Feb 4, 2022
-
Updated
Dec 31, 2020
-
Updated
Feb 10, 2022 - TypeScript
Bug description
When saving retention metrics it looks like the process is allocating space for saving the data serially when OK is clicked on the dialog as it blocks for a noticeable period and you feel the application is unresponsive.
Expected behavior
Instead the space creation for data should happen asynchronously and the dialog should return immediately, or at least show a spi
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Feb 7, 2022 - JavaScript
Examples
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__ folders inside Reakit component folders. This is how we're doing it:
Thos
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
Version Information
Environment
What is the expected behaviour?
The sort icon should be bright in the dark mode in table widget.
What is the current behaviour?
The sort icon in table widget looks dull in dark mode.
Created by Jordan Walke
Released March 2013
Latest release 11 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
相关平台
微信小程序
复现仓库
https://github.com/yangxudong-functorz/taro_issues/blob/main/issue1.ts
小程序基础库: 2.17.3
使用框架: React
复现步骤
直接只用 npm run build:weapp, 报错: Module not found: Can't resolve '"},"path":"....../xxx.config.ts"
期望结果
编译成功