reactjs
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 101,337 public repositories matching this topic...
-
Updated
Apr 24, 2022 - TypeScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Mar 14, 2022 - JavaScript
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.

- 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-offseSummary
Currently, the doc for keyboard shortcuts is text only. The doc needs gifs for every shortcut available to show shortcuts in action.
Issue Type
Documentation feature/update
The entire URL of the documentation with the issue
https://docs.tooljet.com/docs/tutorial/keyboard-shortcuts
Steps to reproduce the issue
No response
Additional Information
Solutio
Hello ,
How we can have same image background in all slide ? (not delare slide by slide)
thanks all for response
-
Updated
Apr 12, 2022 - TypeScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Apr 26, 2022 - PHP
-
Updated
Apr 9, 2022 - CSS
-
Updated
Apr 12, 2022
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Dec 31, 2020
Bug description
When the backend API responds with 500 error code then the loader on charts section loads infinitely
Expected behavior
Charts should show No Data like in trace table.
Version information
-
Updated
Apr 26, 2022 - TypeScript
Describe the bug
I think it is a CSS thing where if you use opacity with a text-gradient link on Chrome, it will just become black. For now, can I just disable the opacity for hovering?
Your Example Website or App
Steps to Reproduce the Bug or Issue
- hover on the main site link on GOOGLE CHROME ONLY
Expected behavior
Works like it does on fire
-
Updated
Apr 26, 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
Created by Jordan Walke
Released March 2013
Latest release 28 days ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
Related Topics
angular react-native vue
Reactathon & Serverless in the Park
May 2 - 5, 2022 • Berkeley, CA



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