question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The following statement from Basic Usage is a bit ambiguous

Now, whenever the infinity-loader is in view, it will send an action to the route (the one where you initialized the infinityModel) to start loading the next page.

When the new records are loaded, they will automatically be pushed into the Model array.

The only action that is spoken about is infinityLoad and it is at the end of the readme. You may want to consider mentioning that you have to implement the action (and mention the actions name) in the Basic Usage. It reads like the basic usage would have worked with out adding an action to the route.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ssaulcommented, Sep 9, 2016

@rmcsharry I was not able to figure this one out either. I ended up taking ember-infinity out of my component and just implementing it in the route and respective template. Would have been nice to figure this out.

0reactions
hhffcommented, Sep 13, 2016

Thanks guys - I don’t really recommend using this inside of a component (I can’t currently think of a good reason for it) - but it works the same as regular-old-ember action bubbling.

Please check #180 for my recommendation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic Usage – WordPress.org Forums
Basic Usage · First Steps with WordPress (Classic Editor) · List View · Writing Posts · Block Pattern Directory · Pages · Media...
Read more >
Basic usage | Documentation | Poetry - Python dependency ...
Basic usage. Project setup. Initialising a pre-existing project; Specifying dependencies. Using your virtual environment. Using poetry run ...
Read more >
Basic usage - Composer
To start using Composer in your project, all you need is a composer.json file. This file describes the dependencies of your project and...
Read more >
Basic Usage | laravel-permission - Spatie
This package allows for users to be associated with permissions and roles. Every role is associated with multiple permissions. A Role and a...
Read more >
Basic Usage
To change the proportions of the plot heights assigned to the matrix and intersection size bar plot, use the mb. ratio parameter entered...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found