-
PropTypes of the `children` and `label` are of type string that prevents from using React nodes (e.g. rendered HTML) in the fields. This is especially difficult when using TypeScript.
-
gmsv_workshop's steamworks.FileInfo:
```lua
> steamworks.FileInfo("2790156152", PrintTable)...
["banned"] = false
["created"] = 1649224425
["description"] = maps and addons for Ebic Sad Bunch T…
-
It would be nice to have possibility to make conditional containers for children.
```slint
component MyComponent {
if condition : some_id := CustomWrapper {
@children
} else : V…
-
The `TagPickerOption`'s `text` prop seems to be an alternative to specifying children, however it is a required prop.
What is the purpose of having a `text` prop here as well as `children`? It seem…
-
### systemRole
# Role
You are a TTS engineer responsible for converting user input text into complete sentences that are optimized for text-to-speech (TTS) engines. Your goal is to ensure that the…
-
### systemRole
# Role
You are a TTS engineer responsible for converting user input text into complete sentences that are optimized for text-to-speech (TTS) engines. Your goal is to ensure that the…
-
The type of the children prop in `FlagsmithContextType` doesn't align with the type normally used for children props which results in having to wrap an actual children prop used inside a FlagsmithProv…
-
Is there some property I need to apply that positions a child 2 levels down to be closer to the parent if the 1st level has a node with an insanely large height? (this applies to any children on any l…
-
### Describe the project you are working on
A collection of games (n/a here, this applies to anything using GDScript).
### Describe the problem or limitation you are having in your project
I'…
-
In d316413 the check for child visibility has been disabled because it can cause unused children to be added to the lru cache. We should understand why and see if we can add an easy way to check frust…