Skip to content

Commit dd62aa4

Browse files
committed
fix: iris state werent being passed
1 parent 45c7e5b commit dd62aa4

File tree

1 file changed

+1
-1
lines changed
  • src/UI/StoryPreview/PreviewController/Mounters/IrisLib

1 file changed

+1
-1
lines changed

src/UI/StoryPreview/PreviewController/Mounters/IrisLib/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function IrisLib(props: MounterProps<"IrisLib">) {
2727

2828
const states = CreateIrisStates(result.iris, controls, controlValues);
2929
const irisProps: InferIrisProps<ConvertedControls> = GetProps({
30-
controls: irisStates,
30+
controls: states,
3131
target: props.MountFrame,
3232
});
3333

0 commit comments

Comments
 (0)