especdevelopment

Results 5 comments of especdevelopment

Okay, I can give that a shot! Just to clarify...here is how I am importing the router now: `import { Route } from 'tinro/cmp/index.js';` As an example, here is a...

I really appreciate you looking at this with me! Yes, Meteor does accept ES modules. I did try the following: `import { Route,router } from 'tinro/dist/tinro.es.js' router.mode.history();` Unfortunately no success....

I tried swapping routes to my main App.svelte file, but the same results. History does seem to work, but requires 2 clicks on either back/forward buttons to work. :(

@keuller Thanks for the tip, but unfortunately we are not using Vite. We utilize Svelte as the front-end of our Meteor app. Meteor handles its own bundling. We were still...

@AlexxNB Totally understood regarding Meteor, and most certainly am not looking to try and have you cater to it. If it's something you cannot fix; no biggie, as it appears...