bstro

Results 30 comments of bstro

Any estimate on when this sweet PR might land? Anything I can do to help?

Ah, so this won't land in v2.x? In order to have these changes, I'd also need to upgrade our version of node+ember-cli? ``` ember-cli: 2.4.3 node: 4.8.2 os: darwin x64...

@toranb I'm going to spike this week on upgrading our Node to 6 LTS. Some promising progress so far.

Your 2.4.3 example looks consistent with how I've been using it! It feels pretty good to me. Nothing to critique on my end.

@toranb now that you mention it, I recall running into that too. I had to manually import my reducers.

@toranb Doesn't that make the params to `makeStoreInstance` effectively useless?

@toranb I don't think its a big deal to manually import reducers and enhancers...

your usage example looks great to me. +1 -- thanks for your work on this! all your work has been super helpful for me and several people on my team.

Related to this issue, I'm having a lot of trouble figuring out how to get the `next` branch running in my Vite/React 18 app. I'm running ``` setup({ presets: [presetTailwind()],...