Skip to content

Commit

Permalink
Merge pull request #756 from facebookresearch/static-html-refresh-fix
Browse files Browse the repository at this point in the history
Fixing static html onboarding->in_task script refresh
  • Loading branch information
JackUrb authored Apr 8, 2022
2 parents 124458c + eb26840 commit ac999aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function HtmlRenderer({ html, data, mephisto_keys }) {
if (scripts_to_load.length > 0) {
handleUpdatingRemainingScripts(0, scripts_to_load);
}
}, [elRef.current]);
}, [elRef.current, html]);

return (
<div
Expand Down

0 comments on commit ac999aa

Please sign in to comment.