Michael Jackson
Michael Jackson
Hi @CharlesStover 👋 I think this package has been causing some problems with people who are using React Router and getting 2 different copies of our context object. The problem...
feat(remix-cloudflare): rename `createCloudflareKVSessionStorage` to `createWorkersKVSessionStorage`
Rename to `createWorkersKVSessionStorage` for consistency with the "Workers KV" product name.
We [need to](https://github.com/ReactTraining/react-stdio/blob/5fe65b6ef8eaffc40eec1034f07ecd743e25a43c/scripts/build.sh#L7) setup our CI environment to properly be able to build x86 binaries. [This comment](https://github.com/zeit/pkg/issues/310#issuecomment-362942350) should help.
We need the ability to prevent navigation in case the user decides to refresh the page. I was thinking we could do this w a `` prop that might be...
The meaning of `spy.reset` is ambiguous (see discussion in #138). What exactly does it reset? The call count? The return/thrown values? My vote is to either remove it or make...
API should be something like: ``` js function app(conn) { conn.attach('/path/to/file.txt') } ```
I've had nothing but pain and tears from jsdom, the most recent of which happened when I did a fresh clone, `npm install` and `npm test`. ``` $ npm test...
We're merging @rackt w @reactjs. Should we merge our codemods too? /cc @taion @cpojer
Some of the instructions in the references were out of date.
Fixes https://github.com/ShogunPanda/milo/issues/7 I *think* this should fix #7, but I didn't run any tests. Sorry, I'm not familiar with how you have things setup in this repo.