reactjs

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 74,655 public repositories matching this topic...
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Aug 31, 2021 - TypeScript
What you were expecting:
I returned {}
from my custom data provider's delete
method and expected it to work because the data
property is typed as optional:
https://github.com/marmelab/react-admin/blob/b007fb7176d2ca4a779acddccd5b0316987b1d03/packages/ra-core/src/types.ts#L208
What happened instead:
I got this error: "The response to 'delete' must be like { data: ... }, but the
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Mar 1, 2021
-
Updated
Aug 10, 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-offse
We should audit all our prod deps for actual usage. Discovered today that we're not using:
What do you want and why?
Currently blitz install
only knows about yarn or npm. So when you run blitz install tailwind
in a pnpm repo, the code doesn't see yarn, so installs all the deps with npm.
This code here needs fixed: https://github.com/blitz-js/blitz/blob/canary/packages/cli/src/commands/install.ts#L245-L249
P.s. general pnpm support is just now working with https://git
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Jul 15, 2021 - CSS
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Dec 31, 2020
-
Updated
Aug 23, 2021
-
Updated
Aug 26, 2021 - TypeScript
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 11, 2021 - 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
The DatePicker
component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
Created by Jordan Walke
Released March 2013
Latest release 5 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"
期望结果
编译成功