Results 5 issues of Artem Verbat

For correct work of `table-layout: fixed;` property, `.moment-picker table` must have a width property. I'm replace `min-width: 100%` to `width: 100%`.

- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. Item | Version ----- | -----...

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 = () => {...

``` import $ from 'jquery'; import angular from 'angular'; angular.element = $; ``` TypeError: element[matchingFunction] is not a function

## 🚀 Feature request My component should be able to work with the formik and without it. I use hook `useFormikContext` to check if the component is in the formik....

stale