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

react-components

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

baseweb
chasestarr
chasestarr commented Jan 19, 2021

If showBackdrop = false, I expect the backdrop to not 'darken' the rest of the application. It looks to me that this prop never worked in the first place. Something like https://codesandbox.io/s/base-web-drawer-forked-vy3or?file=/src/example.js:229-230 works for now. A fix for this should essentially perform the same action that this override is doing but based on the showBackdrop prop

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