Skip to content
#

react-components

Here are 2,642 public repositories matching this topic...

material-ui
onegrit
onegrit commented Dec 9, 2020

When I run 'yarn start' in preact example after installing, I met the following error:

ironman@DT:~/projects/preact$ yarn start
yarn run v1.22.5
$ react-app-rewired start
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module 'react'
    at Function.Module._resolveFilename (internal/modul
baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

stefanprobst
stefanprobst commented Nov 30, 2020

🐛 Bug Report

Currently, the AriaCheckboxGroupItemProps interface extends AriaCheckboxProps and therefore has value?: string. However, i think a checkbox group items actually require setting the value prop, as changing the checkbox group state will not work correctly otherwise(?)

🤔 Expected Behavior

AriaCheckboxGroupItemProps shoud have value: string

😯 Current Behav

beautiful-react-hooks
jacekk
jacekk commented Oct 3, 2020

Describe the bug
The following PR introduced some breaking change in typings: https://github.com/beautifulinteractions/beautiful-react-hooks/pull/156/files#diff-b52768974e6bc0faccb7d4b75b162c99R19

Argument of type '() => void' is not assignable to parameter of type 'any[]'.
  Type '() => void' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more

Improve this page

Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.