Reece Carolan
Reece Carolan
> This new project **must**: > > * Follow [Investigate Docusaurus (revisited) #291 (comment)](https://github.com/fastify/website/issues/291#issuecomment-971494581) > * Support robust cross referencing as I outline in [Start of docs reorganization fastify#3474 (comment)](https://github.com/fastify/fastify/pull/3474#issue-786571003)...
Hey @lachlancollins, I kinda jumped the gun and added a first pass of the docusaurus demo over at https://github.com/fastify/website-next. Worked on it while traveling and I didn't have wifi, hence...
@lachlancollins oh no, I'm so sorry, I'll check out your work now. If you want feel free to scrap my stuff (I only put an hour or so into it).
@thompsongl sounds good. We've received some very positive feedback about migrating to the new fork so I don't anticipate it will be a significant engineering challenge. Naturally there's more than...
Sounds like a plan. I'll submit a PR here with those changes, and I'll make a PR over at @hello-pangea/dnd which does the same for react virtuoso: - Add a...
@petyosi I added some react-virtuoso examples to Pangea dnd in this PR: https://github.com/hello-pangea/dnd/pull/415 Feel free to check it out to make sure we're utilizing your lib as effectively as possible....
LGTM Super excited for the future of this repo :)
Interesting. I ran into a similar issue when switching from react 17 to 18, which makes me think it's primarily an issue with how the library supports react 18. The...
I actually just ran into this issue with a slightly different use case. Instead of supplying `keys` to the bar group I'd like to have an array of values on...
This is fixed in my fork, [@hello-pangea/color-picker](https://github.com/hello-pangea/color-picker)