Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit f5d542f

Browse files
committed
fix: preserve computedProps
1 parent 0df3a48 commit f5d542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tippy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default function TippyGenerator(tippy) {
135135

136136
const {instance} = mutableBox;
137137

138-
instance.setProps(deepPreserveProps(instance.props, props));
138+
instance.setProps(deepPreserveProps(instance.props, computedProps));
139139

140140
if (disabled) {
141141
instance.disable();

0 commit comments

Comments
 (0)