angus croll
angus croll
this is expected and necessary - react is required by mixin.js
It is already a dependency ``` "dependencies": { "babel-runtime": "^5.8.25", "react": "^0.13.3" }, ```
It's unfortunate that they expect the component to be an immediate descendent of React.Component. Not sure if there's much we can do but will try to take a look tonight...
it should work fine but note https://github.com/angus-c/es6-react-mixins/issues/9
Clarification, the html request (`/`) is also not being logged in step 2, even though that path isn't pre-cached on the first load. But again it is logged in step...
Hey Max, Yeah this is a difficult one. Theoretically Just still supports Node 6 which does not ship any of these utilities natively. But yeah in practice the value seems...
Ok @maxsynnott, since just-clone needs to support Map and Set input I've used ES5+ syntax there—so I've updated the platform support https://github.com/angus-c/just#browserplatform-support-computer Upshot is, yes, I think it's now time...
Hi Thomas, thanks for the suggestion. My first thought was you could achieve the same with Array#splice. But that said, splice mutates and does not return the updated value. So...
Can you give an example of you are trying to do? I don't think we should support `diffApply(undefined, diff)`.
Not a TS expert so I may be wrong, but I don't this change is necessary. See https://tinyurl.com/2p9fjbct. (this is with StrictNullChecks on) Also in `index.tests.ts` probably just needs `const...