Why is `.wrap()` not included in the documentation?
- Dominant language
- JavaScript
- Stars
- 19.8k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
Sorry for not following the template, but it is a simple request.
Why is `.wrap()` not included in the documentation?
As you can see here #919 at least more 6 people found this method useful. Just for completion it should be in the docs. Even if a note is included against the use of it and a suggestion of how to better write the component.
The author suggested to write the PR, I put myself available to do the same.
### My use case
My use case is a HOC `` that receives the content component `` as a prop. The component ``, which renders this HOC, renders the `` conditionally based on the current step of a specific flow. I'm using `useMemo()` to render this component inside the `` and that's why I need `.wrap()` to wrap the `` passed as a prop to ``.
I could use a separate function to conditionally render and return ``, but this would obscure the code and have the same behavior: this function would be wrapped in a `useMemo()` and passed as a prop to ``.
Contributor guide
Assessment
This issue has not been assessed yet.