-
### Description
The StepFlow component when passed into a dialog title (as per you example implementation [Example implementation with title node](https://carbon.sage.com/?path=/story/step-flow--exam…
-
Apologies for not following the template but this isn't a bug but also isn't about docs on react.dev - it's about a comment in the code.
While debugging a render phase setState call, I noticed `req…
-
## Observed behavior
Currently all Kolibri content renderers use the contentRendererMixin - although this is implicitly added after the component is loaded by the pluginMediator code.
While this work…
-
Channel.js
import React from 'react';
export class Channel extends React.Component {
click = () => {
this.props.onClick(this.props.id);
}
render() {
return (
…
-
Creating a list of existing HOC components we should updated to have least have a render prop equivalent (feel free to add to the list)
- ``
- Convert [withScreenSize](https://github.com/hshoff/…
-
Is it possible in any way to use Portals to render something inside the `` from outside the ``?
For example:
Scene.tsx
```tsx
function Scene({children}) {
return (
…
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Set one of the column definition's render props (e.g. `renderCell`) to a dynamic value (based on another state)
2. Set the type …
-
Great library! Functionally things are rendering great but I'm seeing errors and when I submit all my select (enum) options fail validation.
```
Cannot update a component (`HotReload`) while re…
-
### Affected Packages
tiptap/react
### Version(s)
2.9.1
### Bug Description
We are encountering an issue where `this.renderer` is initialized correctly but becomes undefined during cert…
-
### Summary
I encountered an issue with the react-native-maps library when using the "Default Markers" example. When I tap on the map to add a marker, nothing appears on the first tap. However, when …