-
## Info
A "Jukebox" is an object that stores information related to the track queue, the current device, etc. Currently, the jukebox store just stores all available jukeboxes for the user. Ideally,…
-
I have the following:
**index.svelte**
```
import { browser } from '$app/environment'
import {
addSerializableClass, createLocalStorage, persist,
} from '@macfja/svelte-persistent-store'
im…
-
I'm encountering a runtime error when using the newest version of `"@reduxjs/toolkit": "^2.4.0"` in my React Native application. Downgrading to the previous stable version `"@reduxjs/toolkit": "^2.3.0…
-
### 🔎 Search Terms
5.7.2 types issue, LibraryManagedAttributes, componentType issue
### 🕗 Version & Regression Information
on v5.7.2 the issue exists
with my previous v5.2.2 it was working
### ⏯ …
-
Aktuell werden alle authentifizierten Aufrufe an das API über den Redux-Store Core User authentifiziert. Langfristig soll der Redux Store abelöst werden.
- [ ] API Auth über `useAuth()` & user `ide…
-
Hello,
First of all thanks for your work, this package really come in a handy when struggling to manage an extension's state.
For a project I need to exchange some informations using runtime.onM…
-
As there will be numerous API calls that will be made to backend we need to have a proper structure to store the API data in redux state. The structure should include:
1) API name
2) Unique naming…
-
when using 'updateState(store, "setViewEntityConfig", { viewEntityConfig });' where viewEntityConfig is an object with a Map in it, the Redux tab in Chrome shows:
![image](https://github.com/user-att…
-
When refactoring `store-v3.js` using `ReduxToolkit`, I encountered a problem handling the following code snippet:
```
const composeEnhancers = composeWithDevTools({
realtime: true,
name: "redu…
-
To support the Flux Redux model, ComfyUI’s official implementation quantized the SigLIP model, requiring it to be stored in the ComfyUI/models/clip_vision folder. However, the JoyCaption2 node expects…