Guilherme Ventura
Guilherme Ventura
This project is no longer maintained. Check out [ngx-pug-builders](https://github.com/lekhmanrus/ngx-pug-builders) to add support to pug files to your Angular project.
This project is no longer maintained. Check out [ngx-pug-builders](https://github.com/lekhmanrus/ngx-pug-builders) to add support to pug files to the latest versions of Angular.
This project is no longer maintained. Check out [ngx-pug-builders](https://github.com/lekhmanrus/ngx-pug-builders) to add support to pug files to your Angular project.
This project is no longer maintained. Check out [ngx-pug-builders](https://github.com/lekhmanrus/ngx-pug-builders) to add support to pug files to your Angular project.
I was having the exact same issue as the OP and the solution above (adding the permission) worked. If that's an expected behaviour, it should definitely be in the docs!...
@streamich sorry for the tagging, but is there any way this PR can be merged and released?
I am using Storybook v6.5.15 and I also faced this issue. Disabling `storyStoreV7` also worked for me.
Nope, `initialState` is still being tracked for the creation of the methods: https://github.com/streamich/react-use/blob/325f5bd69904346788ea981ec18bfc7397c611df/src/useMethods.ts?rgh-link-date=2022-12-20T13%3A34%3A27Z#L36 It was added in Feb 2020 for some reason: https://github.com/streamich/react-use/commit/b394f3d72356d331dbce48acd3686bbb64d331b5
I opened a PR fixing it: https://github.com/streamich/react-use/pull/2458
Did you manage to get it working? `esModuleInterop` just seems to be ignored in my config. I saw the issue #89, but different from the title, the TypeScript version was...