algolia / algolia/react-element-to-jsx-string
Component with forwardRef passed as prop
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 518
- Forks
- 87
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 3
Description
```jsx
const A = () =>
const B = React.forwardRef(() =>
)
```
```
What I get:
```jsx
```
What I expect:
```jsx
```
Repro: https://codesandbox.io/s/dank-cdn-ftvik?file=/src/App.js
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.