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

React

react logo

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

Here are 97,870 public repositories matching this topic...

mparizeau-pdftron
mparizeau-pdftron commented Aug 4, 2020

React version: 16.12

Steps To Reproduce

  1. Open http://cygnetuat.sterlingdatarooms.com/PDFTronClientTest/ in IE11
  2. Wait for the application to load in the iframe

The current behavior

Sometimes an "Unspecified error" will appear in the console and the viewer in the iframe won't load

![image](https://user-images.githubusercontent.com/15879431/89355081-60162780-d66f-11ea-829a-fb

material-ui
storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined

To Reproduce
Steps to reproduce the behavior:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb
next.js
Fullsize
Fullsize commented Aug 17, 2020

Bug report

Describe the bug

when modifying the mobx state data, the latest data is not rendered

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. git clone https://github.com/Fullsize/next.js
  2. yarn install
  3. yarn dev
  4. open the browser and enter localhost:3000
  5. open user.store.ts to modify userName and view
mistercrunch
mistercrunch commented Jun 16, 2020

At some point we moved from using mocha as a test runner to using jest, and jest out of the box started reporting much more warnings than mocha did.

No one went to clean up this output. In many cases it may just be about passing an extra prop in a component or setting a proper default value for a component's prop, or adding up to an existing fixture.

[optional] please roll out in chu

Rychou
Rychou commented May 6, 2019

问题描述
最近使用movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。

看了微信的文档,这种情况可以使用WXS来解决,请问Taro中能否使用WXS?如何使用呢?

参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html

formik
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

sheetjs

Created by Jordan Walke

Released March 2013

Latest release 5 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue
You can’t perform that action at this time.