Chris Thielen

Results 47 comments of Chris Thielen

Put this in a PR and I'll merge it!

@internalsystemerror > likewise for use with renovate... there are certain peer dependencies that I would like to skip, and to fail for anything else... I added a cli option `--ignore...

From the screenshots, it looks like this UI fully replaces the "simple" instance type picker. Is there a UI toggle that switches back to the existing behavior? w.r.t the weight...

Hi @marius-hi , `services.$q` should be [automatically assigned](https://github.com/angular-ui/ui-router/blob/master/src/services.ts#L117-L121) before each test by the test framework. Try to inject the `UIRouter` class (or AngularJS `$uiRouter`) before each test to cause the...

I also think this can be caused by multiple copies of `@uirouter` libraries in your `node_modules` Try running: ``` yarn why @uirouter/core yarn why @uirouter/angular yarn why @uirouter/angularjs yarn why...

it is expected to have all four of those packages, as long as none are duplicated.

@eydrian @mansevmann can you show the output of `yarn why @uirouter/core` or `npm ls @uirouter/core` please

this can probably be closed. see the response in the linked issue https://github.com/ui-router/angular-hybrid/issues/103

This PR should use the `FormikFormField` system for handling form input and managing form state

I think this problem would be better solved using react portals in `showModal`