splide
splide copied to clipboard
Not Showing data wihtout strict mode from single Api hitting
trafficstars
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
latest
Description
I am using splider to show data from an Api. It was showing data when I am using strict mode in react but when I remove strict mode, data is loaded but not showing data on page unitl and unless we pressing or clicking anywhere.
Reproduction Link
No response
Steps to Reproduce
- fetch any api with images and data
- create splide
- use map to to render with splideSlider
- remove strictMode from code