-
In my project, the second screen is fetching the data from a context. There are no issues if I go to the second screen using:
`navigation.navigate()`
However, if I use the BetweenPages animation, …
-
### Feature
Allow equal number of sockets and props in a quantum group for quantum puzzles
### Context
_No response_
-
### Describe the problem
This has been discussed a lot in the past (for example #627), but now with Svelte 5 released, I think we can take a look at this from a different angle, considering all the…
-
### Current behavior
Hello, I noticed that a bug appears maybe once every 2 or 3 times (after launching the application).
The indicator (bottom indicator of the screen) doesn't update according t…
-
Quite a few components rely on a context provider and associated hook, but in many cases it may also make sense to allow devs to pass in a prop instead and not rely on setting up a context provider.
…
-
Related to #61232
## Goal
- [ ] Replace Emotion with another technology to author styles
- [ ] Build-time compilation (ie. no runtime compilation)
- [ ] Keep classname obfuscation
## Context
The `…
-
### Description
- When:
- using `header` props in the `Sidebar` component, or `title` props in `Dialog`
- the content inside is tall enough
Both headers shown in these component will be st…
-
### Description
Currently there's no way to reload the mini app if fetching fails due to network failure or any other type of failure
## My Mini App
```javascript
const TvNav = React.lazy(() =>
…
-
#### Describe the desired feature/functionality
Remove the `classes` props from components.
#### Additional Context (where / how would this be used)
With the sx styles, it's much easier to target…
-
While the React integration is released, is there a plan to make a Vue wrapper? If so, would like to help:)