Merge branch 'main' into renovate/framer-motion-9.x

This commit is contained in:
Nathan Bierema 2023-02-16 11:45:19 -05:00 committed by GitHub
commit 9cba100206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 510 additions and 656 deletions

View File

@ -384,7 +384,7 @@ export default function (DOMNode: HTMLElement, options: Partial<Options> = {}) {
.style('fill-opacity', 0) .style('fill-opacity', 0)
.text((d) => d.data.name) .text((d) => d.data.name)
.on('click', (_, datum) => { .on('click', (_, datum) => {
onClickText(datum); onClickText(datum as unknown as HierarchyPointNode<Node>);
}); });
const nodeEnterAndUpdate = nodeEnter.merge(node); const nodeEnterAndUpdate = nodeEnter.merge(node);

File diff suppressed because it is too large Load Diff