-
**Describe the bug**
Some of my components can accept props of different types, for example String or Number, but when It comes to the Storybook - it renders input as object.
I'm not sure if that…
-
I'm cross building against our kernel, https://github.com/rcn-ee/mikrobus/blob/master/build.sh
Using: CROSS_COMPILE=/home/voodoo/dl/gcc/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-…
-
- [x] I tried using the `@types/styled-theming` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I have a question that …
-
```tsx
import React, { FunctionComponent } from "react";
import "./styles.css";
import Slide from "./Slide";
interface SlideProps {
isActive: boolean; // (*)
}
const MyCard:…
-
**What package within Headless UI are you using?**
@headlessui/react
**What version of that package are you using?**
v2.2.0
**What browser are you using?**
N/A
**Reproduction URL…
-
I'm trying to upgrade [OktaDev Schematics](https://github.com/oktadeveloper/schematics) to use Okta React v5. Here's the code I'm trying to make work:
```jsx
import React, { Component } from 'reac…
-
*Fake issue created by ChatGPT to use in my GitHub Blog app*
## Background
React and Styled Components are popular libraries for building modern web applications. While both libraries are great …
-
# Feature request
wouldn't it be usefull, if psalm could infer the types of a setter's parameter and a getters return type automatically, based on the declared type of a property?
```php
class …
-
importing ViewPropTypes is causing errors because of depreciated importation form react native instead of deprecated-react-native-prop-types
this is the old way and its depreciated
``` import {Vie…
-
## Current behavior:
Passing a MutableRef to a Button rises an error.
```ts
const MyComp = function(props: ButtonProps) {
const ref= React.useRef()
return
}
```
## Error received
```ba…