react-polymorphic-box icon indicating copy to clipboard operation
react-polymorphic-box copied to clipboard

Building blocks for strongly typed polymorphic components in React.

Results 5 react-polymorphic-box issues
Sort by recently updated
recently updated
newest added

# This feature implemented the correctly ref type which retrieves from element passed by as prop ## Previous: ![image](https://user-images.githubusercontent.com/74389358/144789238-2cd9fb08-373e-4d0d-bf0f-6aa00b3ff1b9.png) ## After: ![image](https://user-images.githubusercontent.com/74389358/144789424-d6bf0083-8a4f-4d39-9112-87c06d45edb3.png) ![image](https://user-images.githubusercontent.com/74389358/144789396-4f26560d-4722-4f63-8439-2c60723cfde9.png) ![image](https://user-images.githubusercontent.com/74389358/144790177-b75da7d7-4d65-4269-a22f-20d5028bbb19.png) - [x] 🤗 Correct Element type...

## Description Polymorphic box has partialized props if "as" component has unioned props. ## Reproduction ``` import React from 'react'; import { Box } from 'react-polymorphic-box'; interface ITestA { value:...

bug

## Description Using displayName and propTypes on a forwardRef component shows error. I guess this is more of an issue with the example code than this library. ## Reproduction https://codesandbox.io/s/typescript-as-prop-with-react-polymorphic-box-forked-hw0l5?file=/src/App.tsx...

bug

## Description Please see [my tweet](https://twitter.com/kripod97/status/1298016811364036608) for further details. ## Reproduction Sandbox with all the information required: https://codesandbox.io/s/typescript-as-prop-with-react-polymorphic-box-vr269?file=/src/App.tsx

bug

First off, thanks for a fantastic package! Long time happy user, first time bug reporter here :) ## Description Updating TypeScript to 5.2.2 (possibly lower versions as well) causes/reveals a...

bug