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

React

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

Here are 69,936 public repositories matching this topic...

patrick-radulian
patrick-radulian commented Sep 12, 2019

Do you want to request a feature or report a bug?
I want to report a bug.

What is the current behavior?
Event handlers on elements are fired twice, when hovering from one element onto the next.

**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and i

mrmckeb
mrmckeb commented Jul 25, 2019

Is your proposal related to a problem?

This is a follow-on from #7248. Right now, we don't support JSONC (JSON with comments) in jsconfig.json files.

Describe the solution you'd like

After a discussion with @iansu, we see two paths:

  1. Implement the same solution as we did for TypeScript. This is easy, but would require us making TypeScript a dependency of react-scripts.
ant-design
material-ui
storybook
markbrocato
markbrocato commented Oct 15, 2019

Bug report

Describe the bug

If you defined a pages/_document.js with getInitialProps, and return styles, you get this error when loading the app with ?amp=1 in the URL:

Error: Cannot read property '__html' of undefined when defining a custom Document.getInitialProps

To Reproduce

Use the _document.js from Material UI's example here: https://github.com/mui-

ruadhanbarry
ruadhanbarry commented Aug 18, 2016

I have an email signature that deeplinks to "tel:" and "skype:". I'd like to keep link tracking on, but the link tracking does not work on the skype link when it is sent through as when the deeplink is redirected, it garbles the uri. "skype:" becomes "https://link.nylas.com/link/...?redirect=**skype%3A{username}%3Fchat**&r=cnVhZGhhbkBnbWFpbC5jb20="

It would be nice to be able to either fix this,

preact
vonweb
vonweb commented Jul 25, 2019

问题描述
创建FunctionComponent类型的页面,设置页面的config时不方便,希望在官方的FunctionComponent中加入config的类型定义

复现步骤

现在通过新建的taroPatch.d.ts实现的

import Taro from '@tarojs/taro'

declare module '@tarojs/taro' {
  interface FunctionComponent {
    config?: Taro.Config
  }
}

期望行为
直接在node_modules\@tarojs\taro\types\index.d.ts中加入config类型定义

报错信息

![image](https://user-images.gith

FredyC
FredyC commented Oct 9, 2019

@cloverich We shall also figure out to deal with that README, I did not like that I had to do the change (#2144) twice, even though it was a small thing.

If we were about to copy those files, how do we ensure people will edit the right one?

Is it really that problematic with Docusaurus to reference the one from the root folder? Some sort of aliasing?

langpavel
langpavel commented Oct 24, 2017

Too wide (and falsy) segregation of GraphQL Types and Resolvers

The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.

This can ensure some users that custom types cannot have own field resolvers which is false.

In fact, much of fields which can have own resolvers

markerikson
markerikson commented Aug 17, 2018

The current React-Redux docs aren't very helpful, for a lot of reasons:

  • They're just a Markdown file in the repo, instead of being published in HTML form
  • It feels very "dense" and jargon-heavy
  • It doesn't clearly lay out the various options for connect and ways that you can use it
  • It's primarily in API reference form, rather than a "how to"

We do also have the "Using React with R

js-xlsx
KurtMar
KurtMar commented Sep 12, 2019

I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:

https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18

You can’t perform that action at this time.