-
Updated
May 28, 2022 - JavaScript
state-management
Here are 2,342 public repositories matching this topic...
-
Updated
Jun 5, 2022 - TypeScript
Description
The sidebar toggle (hamburger menu) has too much width on desktop devices and overlaps with the actual menu. This causes the user to accidentally collapse the menu when wishing to navigate to a new section.
Steps To Reproduce
- Go to the bloclibrary.dev.
- Click on the last visible menu item next to the sidebar toggle "icon".
- Add
angularCompilerOptionstoprojects/data-example-app/tsconfig.app.json:
"angularCompilerOptions": {
"strictTemplates": true,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true
}- Fix compilation error in
projects/data-example-app/src/board/board.component.html.
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
May 31, 2022 - Dart
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 5, 2022 - Dart
-
Updated
Feb 10, 2022 - TypeScript
Correct me if I'm wrong, but it seems to me that different effector-vue APIs (especially Options API vs. Hooks API) assume different Vue versions.
For example, I tried to use Hooks API in combination with Vue 2 & @vue/composition-api but it won't compile because it tries to import composition functions directly from vue module (as in Vue 3) instead of @vue/compositon-api module (as in V
-
Updated
Apr 18, 2022 - TypeScript
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
In src/internal/state-context-factory.ts it is noted:
// In doing this refactoring I noticed that there is a 'bug' where the
// application state is returned instead of this state slice.
// This has worked this way since the beginning see:
// https://github.com/ngxs/store/blame/324c667b4b7debd8eb979006c67ca0ae347d88cd/src/state-factory.ts
// This needs to be fixed, but is a 'breaking' ch
-
Updated
Jun 5, 2022 - Dart
Hello, I'm trying to type my application which is using redux-orm. I came across an issue with the new createSelector API. My code is as simple as:
import { createSelector } from 'redux-orm'
import orm from 'features/regulation/orm'
export const selectTest = createSelector(orm.Policy)
The error I get is that
Expected 2-9 arguments, but got 1.ts(2554)
redux.d.ts(87,
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Jun 2, 2022 - JavaScript
The API docs for reactions do not show the various options available for autorun, reaction, when, asynWhen. This needs to be added.
-
Updated
Nov 12, 2020 - Swift
I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Apr 27, 2022 - Dart
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Feb 18, 2022 - JavaScript
add effector
Improve this page
Add a description, image, and links to the state-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state-management topic, visit your repo's landing page and select "manage topics."
In what area(s)?
/area test-and-release
Describe the proposal
Today, a PR can break perf tests without maintainers being aware. Running /ok-to-pe