Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Dec 13, 2023
1 parent 3699f7d commit 9d4b49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function fromLiquidTemplate<State extends object = DefaultState>(
)
}


return (container, state) => {
container.innerHTML = instance.parseAndRenderSync(template, state)

Expand Down

0 comments on commit 9d4b49c

Please sign in to comment.