-
Channel.js
import React from 'react';
export class Channel extends React.Component {
click = () => {
this.props.onClick(this.props.id);
}
render() {
return (
…
-
### Description
Hi,
generics are now [officially](https://svelte.dev/docs/svelte/typescript#Generic-$props) part of Svelte 5. However, it seems to me that this parsers doesn't support them:
```sv…
-
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 (
…
-
## 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…
-
### 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…
-
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/…
-
### 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 …
-
# Shared Props in LiveVue
### Problem Statement
When building applications with LiveVue and LiveView, developers frequently need to pass the same props (like `flash` and `current_user`) to multi…
-
### Describe the problem
The module "svelte/elements" provides the definitions of HTML attributes that can be used to declare props to spread in a component that "wrap" a HTML element.
For example…