Skip to content

Commit 2e42983

Browse files
committed
refactor(render): rename with addtional props function
1 parent b462971 commit 2e42983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render/src/shared/with-additional-props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { cloneElement, isValidElement } from 'react';
22
import type { Options } from './options';
33

4-
export const withAdditionalProps = (
4+
export const withRenderOptionsProps = (
55
node: React.ReactNode,
66
options?: Options,
77
): React.ReactNode => {

0 commit comments

Comments
 (0)