Skip to content

Commit

Permalink
Merge pull request #39 from ShaanCoding/develop
Browse files Browse the repository at this point in the history
Added Macros To UseEffect
  • Loading branch information
ShaanCoding authored Apr 16, 2024
2 parents b0462da + a51a955 commit eff9dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const MainContent: React.FC<{

useEffect(() => {
generateOutput()
}, [variables, templateBlocks])
}, [variables, templateBlocks, macros])

return (
<div className="flex flex-col">
Expand Down

0 comments on commit eff9dc4

Please sign in to comment.