Hristo Terezov
2514617417
fix: Make all middleware functions sync.
Some middleware functions are declared as async. This wraps next(action) in Promise which will delay the execution of actions and also dispatch will return the its result always as a Promise.
1 год назад
Horatiu Muresan
9f8662c0a1
chore(eslint) Update eslint (#14412)
1 год назад
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 лет назад
Hristo Terezov
e82a5cf150
fix(web-hid): Fully disable from config
2 лет назад
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS (#13331)
Upgrade typescript related packages
Fix new errors and warnings
2 лет назад
Duduman Bogdan Vlad
8d7f46024b
feat(webhid) - add integration webhid telephony device (#12904)
2 лет назад