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.

If data item has only one, it will always show " option 'items' in your options is bigger than number of slides; "

See original GitHub issue

image

I always receive log like this when my carouselData has the only item.

  carouselData: CarouselData[] = [
    { id: 'slide-1', text: 'Slide 1 HM', dataMerge: 2, width: 300, dotContent: 'text1'}
  ];

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vitalii-andriiovskyicommented, Nov 29, 2018

New 2 versions v0.1.1 for Angular 6 and v1.0.2 for Angular 7 disable logging on production automatically.

1reaction
vitalii-andriiovskyicommented, Nov 27, 2018

For now it’s not possible.

Anyway, it’ll be needed to pass environment into library for disabling logging in production mode. When enviroment.production is true, logging will be disabled. Realizing this feature will take some time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Owl carousel still transitions when only 1 slide in carousel
I noticed that the problem with Owl Carousel and only one item is that the item doesn't show if you want the carousel...
Read more >
Options | Owl Carousel | 2.3.4 - GitHub Pages
items. Type: Number Default: 3. The number of items you want to see on the screen. ... Fit merged items if screen is...
Read more >
Change the order in which stacked objects, placeholders, or ...
To reorder objects on a slide, right-click the object (or set of grouped objects), and then click Bring to Front or Send to...
Read more >
Menus - Android Developers
The options menu is the primary collection of menu items for an activity. It's where you should place actions that have a global...
Read more >
Color Palettes and Effects - Tableau Help
All marks have a default color, even when there are no fields on Color on the Marks ... In Tableau Server or Tableau...
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