nuka-carousel icon indicating copy to clipboard operation
nuka-carousel copied to clipboard

React Carousel

Results 8 nuka-carousel issues
Sort by recently updated
recently updated
newest added

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.0.41 to 17.0.15. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.0.41&new-version=17.0.15)](https://dependabot.com/compatibility-score/?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.0.41&new-version=17.0.15) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 2.2.48 to 9.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=2.2.48&new-version=9.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=2.2.48&new-version=9.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 15.5.1 to 17.0.9. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=15.5.1&new-version=17.0.9)](https://dependabot.com/compatibility-score/?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=15.5.1&new-version=17.0.9) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 15.7.0 to 17.0.2. Release notes Sourced from react's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...

dependencies

Bumps [rc-tools](https://github.com/react-component/rc-tools) from 6.5.7 to 9.6.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by chenshuai2144, a new releaser for rc-tools since your...

dependencies

Caused by the lines below: https://github.com/react-component/nuka-carousel/blob/f36d0624bd8acdf5caabf949d1380db4e6a39f0f/src/carousel.tsx#L313-L315 https://github.com/react-component/nuka-carousel/blob/f36d0624bd8acdf5caabf949d1380db4e6a39f0f/src/carousel.tsx#L810 --- When there is only one child, say ``, the DOM structure becomes: ```html ``` Note that the `height` of `` is incorrectly...

问题描述:如题,使用了antd-mobile之后carousel组件报错。 环境:macos 10.13.6,react 16.4.1 修复方式:参考FormidableLabs/nuka-carousel中ref的写法,更改为回调函数的方式。 具体报错内容为: invariant.js:42 Uncaught Error: Element ref was specified as a string (slider) but no owner was set. This could happen for one of the following...