diff --git a/docs/source/fixes/index.md b/docs/source/fixes/index.md index 25741dcb..e616aee2 100644 --- a/docs/source/fixes/index.md +++ b/docs/source/fixes/index.md @@ -133,6 +133,7 @@ Then we could use React Intersection Obsever libraries. - [React Intersection Observer (thebuilder)](https://github.com/thebuilder/react-intersection-observer) ([storybook](https://react-intersection-observer.now.sh)) - [React Intersection Observer (researchgate)](https://github.com/researchgate/react-intersection-observer) ([storybook](https://researchgate.github.io/react-intersection-observer)) - [React Cool Inview](https://github.com/wellyshen/react-cool-inview) ([example](https://react-cool-inview.netlify.app)) +- [react-infinite-grid-scroller](https://github.com/HenrikBechmann/react-infinite-grid-scroller) (horizontal and vertical scrolling) ### React Virtualized / Windowing diff --git a/setup.py b/setup.py index 779bbc2d..ae5a9c80 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ ], # Note: This is only required for internal use "rtd": [ - "myst_parser", + "myst_parser==0.11.2", "markdown-it-py~=0.4.5", "pyyaml", "docutils>=0.15",