react icon indicating copy to clipboard operation
react copied to clipboard

🔼 UI-Router for React

Results 105 react issues
Sort by recently updated
recently updated
newest added

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.1.0 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode Only affects projects on node >=18.6.0 using --esm...

dependencies

chore(package): Update 16 devDependencies to matching semver range ``` @testing-library/jest-dom@^5.14.1: 5.14.1 -> 5.16.4 @testing-library/react@^12.0.0: 12.0.0 -> 12.1.5 @types/lodash@^4.14.171: 4.14.171 -> 4.14.182 @uirouter/publish-scripts@^2.5.5: 2.5.5 -> 2.6.0 babel-jest@^27.0.6: 27.0.6 -> 27.5.1 chalk@^4.0.0:...

chore(package): Update 1 dependencies to matching semver range ``` prop-types@^15.6.1: 15.7.2 -> 15.8.1 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

chore(package): Update 16 devDependencies to matching semver range ``` @testing-library/jest-dom@^5.14.1: 5.14.1 -> 5.16.4 @testing-library/react@^12.0.0: 12.0.0 -> 12.1.5 @types/lodash@^4.14.171: 4.14.171 -> 4.14.182 @uirouter/publish-scripts@^2.5.5: 2.5.5 -> 2.6.0 babel-jest@^27.0.6: 27.0.6 -> 27.5.1 chalk@^4.0.0:...

chore(package): Update 1 dependencies to matching semver range ``` prop-types@^15.6.1: 15.7.2 -> 15.8.1 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.3 to 9.3.1. Release notes Sourced from ts-loader's releases. v9.3.1 Bug fix: Generate declaration files for js files if allowJs is set to true #1260 - thanks...

dependencies

chore(package): Update 1 dependencies to matching semver range ``` prop-types@^15.6.1: 15.7.2 -> 15.8.1 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

chore(package): Update 16 devDependencies to matching semver range ``` @testing-library/jest-dom@^5.14.1: 5.14.1 -> 5.16.4 @testing-library/react@^12.0.0: 12.0.0 -> 12.1.5 @types/lodash@^4.14.171: 4.14.171 -> 4.14.182 @uirouter/publish-scripts@^2.5.5: 2.5.5 -> 2.6.0 babel-jest@^27.0.6: 27.0.6 -> 27.5.1 chalk@^4.0.0:...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

On refresh browser page, this hook return empty state, instead of my correct state: `{"name":"","url":"^","views":null,"params":{"#":{"value":null,"type":"hash","dynamic":true}},"abstract":true}`. But `router.transitionService.onSuccess` called with my correct state. ```js export const useCurrentStateAndParams = () => {...