Nathan Bierema
Nathan Bierema
Resolves https://github.com/mrdoob/stats.js/issues/104.
The `apollo-server-core` package references Node types and should therefore have a dependency on `@types/node`. Here are the errors I am getting using Yarn PnP: ``` ../../.yarn/__virtual__/apollo-server-core-virtual-983f73c0e4/0/cache/apollo-server-core-npm-3.5.0-874d4d1222-4640428267.zip/node_modules/apollo-server-core/dist/nodeHttpToRequest.d.ts:1:23 - error TS2688: Cannot...
Note that this project has been moved to https://github.com/reduxjs/redux-devtools. Please file your issues and PRs there.
--- name: "Fix type of next parameter in StoreEnhancer type" about: Fix type of next parameter in StoreEnhancer type --- ## PR Type ### Does this PR add a new...
--- name: "Revert adding return to replaceReducer" about: Revert adding return to replaceReducer --- ## PR Type ### Does this PR add a new _feature_, or fix a _bug_? Fix...
### Prior Issues Introduced in https://github.com/reduxjs/redux/pull/3524. ### What is the current behavior? **Code** ```ts type MyEnhancerType = { enhancedStuff: number }; function createEnhancer(): StoreEnhancer { return (createStore) => ( reducer:...
### Prior Issues - https://github.com/reduxjs/redux/pull/3524 - https://github.com/reduxjs/redux/issues/3482 ### What is the current behavior? **Code** ```ts // Here's the original reducer type CounterAction = { type: 'INCREMENT' } | { type:...
Based on the conversation here: https://github.com/FormidableLabs/enzyme-matchers/pull/343. I'm not necessarily advocating for this change, but I created the PR so that we can talk about it separately from https://github.com/FormidableLabs/enzyme-matchers/pull/343.
This increases flexibility for developers using this package. For example, I've been waiting for a couple months to upgrade to Jest 25 (see https://github.com/FormidableLabs/enzyme-matchers/issues/334). If this were a peer dependency,...
What is the status of the cloth-example branch? If I want to contribute should I do it off of master or off of cloth-example?