Max

Results 29 comments of Max

As a temporary workaround, until `meteor-blaze-components` and `meteor-base-component` are officially updated you can clone my forks of those dependencies: ``` cd packages git clone [email protected]:maxfi/meteor-blaze-components.git (cd meteor-blaze-components && git checkout...

What error are you still getting? You'll definitely need `` otherwise `window.navigator.standalone` won't be set to true and the plugin won't work. You'll probably find the [apple iOS web app...

Great. So it's all working nicely now?

https://github.com/abernix/meteord/pull/55 is waiting to be merged and should resolve this.

Possibly related: https://github.com/vercel/remix/issues/62#issuecomment-2041038392

Has anyone figured out a workaround for this yet? I'm having the same issue trying to use https://github.com/xataio/client-ts **UPDATE:** https://github.com/vercel/remix/issues/62#issuecomment-2041038392

@gurjit03 I haven't used the package in a while but as I recall I just ended up using `Template.instance().getLimit()` instead of `Template.instance().infiniteScroll.getLimit()`.

@TravisDart I guess I instinctively ruled that out as an option due to the extra overhead. However, thinking about it more now, the extra overhead might actually be worth it...