reactjs
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 83,710 public repositories matching this topic...
-
Updated
Nov 22, 2021 - TypeScript
-
Updated
Aug 3, 2021 - TypeScript
What you were expecting:
I expect the error message to be copyable in the clipboard.
What happened instead:
When I start selecting the error message, it toggles the accordion.
Related code:
https://codesandbox.io/s/confident-sanderson-o4igs?file=/src/posts/P
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Nov 19, 2021 - TypeScript
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Nov 17, 2021
-
Updated
Sep 21, 2021 - JavaScript
Please 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 am not entitled to status updates or other assurances.
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-offseAdd `deepEqual` utility to stdlib and use it for `initialValuesEqual` in `react-final-form` template
What do you want and why?
If a user has a react-final-form with a JS Set (or Map) 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}
initialValuesWe should audit all our prod deps for actual usage. Discovered today that we're not using:
-
Updated
Nov 20, 2021 - TypeScript
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Sep 10, 2021 - CSS
-
Updated
Nov 18, 2021
-
Updated
Dec 31, 2020
-
Updated
Nov 22, 2021 - TypeScript
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Nov 22, 2021 - JavaScript
For slack to work as a notification channel, a webhook URL is necessary. Users should not be able to save the alert channel without providing webhook URL.
Users should be prompted to enter webhook URL if they try to save a new alert channel without providing webhook URL

相关平台
微信小程序
复现仓库
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"
期望结果
编译成功