Jack Thompson
Jack Thompson
Is there any way to prevent the counter from restarting? I'm using redux-form, so state change is forcing the component to refresh. (for example, I have a 2fa page, and...
So, one way to prevent the refresh when fields change is to pass the time as a prop from the parent: ``` // Parent component let timeToExpire = new Date(Date.now()...
@stasb can you post an example of how you accomplished the reset?
thanks @stasb I'll try to implement this today and let you know how it goes.
@stasb Got it working, thanks so much!
Hey @fillipi1 did you get this resolved? Also note that you should check your package.json file to ensure your npm install works
I am dealing with the same issue. Mine is detailed here: https://github.com/StephenGrider/ReduxSimpleStarter/issues/260
I am doing exactly as @1andee says, yet I still get this error: ``` export default function(state = null, action) { switch(action.type) { case 'BOOK_SELECTED': return action.payload; } return state;...
Joining the fun here - I am commenting to follow since I'm seeing content security policy violations from **https://pay.google.com/gp/p/js/pay.js**: `pay.js:304 Refused to apply inline style because it violates the following...
@dmengelt do you have any updates here? Thank you! EDIT: tagging others, and wondering if we should reach out to [Google bughunters](https://bughunters.google.com/report) Currently it seems the only way around this...