Closed geoffharcourt closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/nuka-carousel/nuka-carousel/82sJx7dWPSrqgMvsuKbAB1YX2kh5
✅ Preview: https://nuka-carousel-git-fork-geoffharcourt-gh-ad-bef909-nuka-carousel.vercel.app
It looks like props are in multiple places. I'm using esbuild and it's bumping into some import issues. Closing this out as it's not the real issue.
This change adds
adaptiveHeight
toCarouselProps
to reflect the current implementation.Fix #881
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # 881
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: (Feel free to delete this section upon completion)
yarn lint
)yarn test
andyarn test-e2e
)index.d.ts
yarn lint
andyarn test
have failures and warnings for me with the current state ofmain
, this change did not add any new warnings or failures.