create-react-context icon indicating copy to clipboard operation
create-react-context copied to clipboard

Polyfill for the proposed React context API

Results 10 create-react-context issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...

dependencies

Hi, So this one is pretty interesting - currently it seems like you expect people to import `create-react-context` this way (because declaration file specifies `export default ...`): ```ts import createReactContext...

React's definitions defines [children as optional](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/03eede695193d0d78291cee1262f7d59aa7fd4f9/types/react/index.d.ts#L246-L251) for the `` just updating to keep these in sync.