hierarchical-document-list
hierarchical-document-list copied to clipboard
Plugin for editing hierarchical references in the Sanity studio.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- Using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by Sanity: The Composable Content Cloud --- >...
Closes #21
**Describe the bug** Annoying double scrollbar on hierarchy document list. May be related to issue #20, which I reported separately as I am unsure if they are related. **To Reproduce**...
**Describe the bug** React warning level error on opening hierarchical-document-list in browser console: ``` Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you...
**Describe the bug** Issues with peer dependencies found on install ([email protected]), and two Vite build errors (DragSource, DropTarget). **To Reproduce** Steps to reproduce the behavior: 1. For install error: `pnpm...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This simple demo ```jsx import { client } from "@/sanity/lib/client"; import { groq } from "next-sanity"; import { flatDataToTree } from "@sanity/hierarchical-document-list"; export default async function Page() { const pageHierarchy...
**Describe the bug** Crashes due to unresolved `DragSource` import: ``` [ERROR] No matching export in "../../node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/react-dnd/dist/index.js" for import "DragSource" ../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@nosferatu500/react-sortable-tree/esm/index.js:5:9: 5 │ import { DragSource, DropTarget, DndContext, DndProvider } from...
Hey, this plugin would be pretty handy for a project of mine. Was wondering if you're planning on updating it for v3 any time soon? :)
Hi everyone, In my frontend (using Svelte) I needed to convert the flat list of documents into a nested tree, without using react module as stated in the readme: ```javascript...