Issue summary
When you set raw: true globally and you echo a function, it only renders once.
Expected behavior
echo function should be responsive
Steps to reproduce
Open repo: https://codepen.io/jcubic/pen/ogxVMQe
Browser and OS
N/A
Additional notes
The function is called on resize, but the content of the HTML is not updated.
Issue summary
When you set
raw: trueglobally and you echo a function, it only renders once.Expected behavior
echo function should be responsive
Steps to reproduce
Open repo: https://codepen.io/jcubic/pen/ogxVMQe
Browser and OS
N/A
Additional notes
The function is called on resize, but the content of the HTML is not updated.