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 80,600 public repositories matching this topic...

freeCodeCamp
RandellDawson
RandellDawson commented Mar 2, 2020

Following up on the comment on PR 38309, the following English challenge tests need to be updated as described, as the non-English version were translating these when they should not have been translated.

  • Standardize Times with the HTML5 datetime Attribute
    Issues: All tests need to be re-translated

  • Use

bvaughn
bvaughn commented Feb 10, 2020

The DevTools Profiler occasionally encounters the error:

Could not find commit data for root "..." and commit ...

This issue is intermittent and we do not currently know hot to reproduce it. If you can reproduce it we would love to get any of the following information from you:

  • Info about how you reproduce it. (Share your code or site with us?)
  • An exported Profiler JSON that contai
ant-design
material-ui
storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
tomflorentin
tomflorentin commented Feb 21, 2020

Examples bug report

Example name

with-firebase-cloud-messaging

Describe the bug

Does not works at all.
I configured it as asked, and deployed on now.

I'm getting this console error :

FirebaseError: Messaging: Missing App configuration value: "projectId" (messaging/missing-app-config-values).
    at Ae (https://test-firebase-messaging.now.sh/_next/static/LOLJCA2TQ6uRRo
tesseralis
tesseralis commented Feb 25, 2020

Description

Recently, we've had a couple of dot-org build failures (mostly due to my i18n work/refactoring): #21559 #21356 #21101 #21358

A lot of these regressions could be prevented if we had better test coverage of components and pages in www -- including integration tests to make sure that the whole pathway from queries to display works as expected. Critical paths include places we've

alexguo503
alexguo503 commented Nov 1, 2019

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题

注意:请不要乱开无意义的 Issue,违者直接加黑名单

注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)

FreeCodeCamp.cn Issue 模板

如何使用本模板:

  • 尽可能多填些相关信息,方便管理员参考
  • 对于无法给出的内容,请删除掉那一行

以上内容请在提交 Issue 之前删除

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
styled-components
sidhuko
sidhuko commented May 2, 2019

Environment

System:

  • OS: macOS Mojave 10.14.4
  • CPU: (4) x64 Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz
  • Memory: 281.36 MB / 16.00 GB
  • Shell: 5.3 - /bin/zsh

Binaries:

  • Node: 10.15.3 - ~/.nvm/versions/node/v10.15.3/bin/node
  • Yarn: 1.15.2 - /usr/local/bin/yarn
  • npm: 6.9.0 - ~/.nvm/versions/node/v10.15.3/bin/npm## Reproduction

Steps to repro

preact
react-boilerplate
formik
auginator
auginator commented Feb 11, 2020

📖 Documentation

Tutorial Local Dev Instructions for v.2.1.4

I was running through the tutorial, and I noticed that the instructions refer to different source files than the CodeSandbox used in the web-based flow (a tick-tack-toe board).

I forked the repo and took a stab at updating the tutorial's instructions for local setup to create a starter environment based on the [codesandbox us

sheetjs
dandv
dandv commented Jan 6, 2020
const XLSX = require('xlsx');

const wb = XLSX.utils.book_new();

const ws = XLSX.utils.json_to_sheet([]);

XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');

ws.A1 = { t: 's', f: 'square' };

XLSX.writeFile(wb, 'formula.ods');

The resulting .ODS file contains:

<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
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

Created by Jordan Walke

Released March 2013

Latest release 5 days ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

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