Wallace Inline Throwing Error

When running Wallance Inline in Local by Flywheel environment, you can intermittently see this error:

Uncaught Error: Maximum function nesting level of ‘256’ reached, aborting!

This error is being thrown by xdebug. It won’t affect the live site. Fix it on your testing environment by increasing the max nesting level by adding this to php.ini:

xdebug.max_nesting_level = 1000