python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Nuxt vuex auth store is not updating my getters
My getters are not updating reactive even though the store contains the data.
Here is my Code
function initialAuthState (): AuthState {
return {
token: undefined,
currentUser: undefined,
...
MaruMari
Votes: 0
Answers: 1
Impossible to combine reducers
What is the pb?
When I did a pull origin main, I recovered another branch with a reducer in addition to mine. So, I had a conflict with reducers. I created an index.js in reducers folder in order to c...
Storm28
Votes: 0
Answers: 1
Type 'Observable<void>' is not assignable to type 'Observable<boolean>'
I do not know what should i do can anyone help me please
I made the reducer and added the cases
but my problem is when I connect the reducer with the observable
it keep telling me
Type 'Observable' is...
hassiun zeer
Votes: 0
Answers: 0
Setting the pageSize of Extjs bufferedstore based on a config file
I have an Extjs bufferedstore as below:
Ext.define('myStore', {
extend: 'Ext.data.BufferedStore',
requires: [
'myStoremodel' // model that the store takes in
],
storeId: 'myTeststore',
model: ...
Ash
Votes: 0
Answers: 1