The Wayback Machine - https://web.archive.org/web/20220502005911/https://github.com/topics/reactjs
Skip to content
#

reactjs

react logo

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.

Here are 101,968 public repositories matching this topic...

yangxudong-functorz
yangxudong-functorz commented Jul 8, 2021

相关平台

微信小程序

复现仓库

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"

期望结果

编译成功

bug good first issue V-3 F-react
tkvw
tkvw commented Mar 22, 2018

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.
![2018-03-22_09-51-42](https://user-images.githubusercontent.com/621098

blitz
spectrum
nickcolley
nickcolley commented Nov 21, 2018

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
Bug good first issue
ToolJet
ajith-k-v
ajith-k-v commented Apr 27, 2022

Version Information

all versions

What is the expected behaviour?

Should not be able to add the same application in a folder multiple times.

What is the current behaviour?

Able to add the same application in a folder multiple times

How to reproduce the issue?

  1. Add an app to a folder
  2. Add it again
  3. Observe the app count of folders are increasing

Screensho

bug good first issue backend up-for-grabs
signoz
nextui
TheAlphaReturns
TheAlphaReturns commented Apr 5, 2022

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

https://inertia-unblocker.vercel.app

Steps to Reproduce the Bug or Issue

  1. hover on the main site link on GOOGLE CHROME ONLY

Expected behavior

Works

bug good first issue