J. Emiliano Deustua

Results 9 comments of J. Emiliano Deustua

I'm having a similar problem. I'm trying to install cloudnative-pg's helm chart as a dependency (set in `Chart.yaml`) and helm is not able to install the corresponding CRDs before attempting...

> Could you please update the `hacks/values/oathkeeper.yaml` to trigger this case on our CI? I would like to expand the tests to cover a wider array of cases Sure thing....

> Could you please update the `hacks/values/oathkeeper.yaml` to trigger this case on our CI? I would like to expand the tests to cover a wider array of cases Just to...

Thanks for your prompt response! Indeed, I tried the same and it worked for me too using `npm create vite@latest my-vue-app -- --template react-ts`. After disabling `ssr` in react router...

Another option would be to hardcode the imports including the `.js` extension since TypeScript will look for its corresponding `.ts` file if not there. So for example, `src/mol-plugin-ui/index.ts` would become...

OK, I'll do more research on this. I'll let you know what I come up with. Thanks!

+1 Also, the transition seems to be working fine with 1.7.16 plus vue 3.5.3. From 1.7.17 on, the enter transition breaks.

I would guess that an `{ immediate: true }` added to the watcher might fix it (??).

@archimag That works. Thanks.