Larry Reaves

Results 12 comments of Larry Reaves

@Instrumedley It is generated by finder. If you close any finder windows that have that directory open, it won't be recreated.

Sorry, I was running in production. It is now rendering, but the code I get seems pretty useless: ``` ... / ... sql ``` Renders as a black bar containing:...

Browser console shows ``` GET http://dev1.learnleague.com/peek/results?request_id= ``` resulting in a 404

I'm fairly new to redux, but my understanding is that you should not be dispatching actions from inside a reducer. I'm not sure what redux would do if you dispatched...

The method you outlined is how I'm doing it. However, if the empty method bothers you, I don't see why you couldn't create a normal action creator function and check...

FYI, latest redux-persist (6.0.0) is working with immer for me. They've updated it to no longer mutate the state directly and instead make a new object as suggested in this...

@siarheipashkevich I was seeing the same error. I updated to redux-persist 6. The error went away. In version 6+ they no longer attempt to mutate the state.

> @yrral86 but in you case you can modify first level of the store directly. I don't know what you mean. I didn't provide any example code, so what do...

@esamattis Any thoughts on this PR?