You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is not the right place, but it looks like a recent change has broken Jigsaw (at least for new users like me stepping through the installation for the first time).
Issue
The error arises when building the site. The general gist of it is:
Uncaught TypeError: Argument 1 passed to
Illuminate\View\Compilers\ComponentTagCompiler::__construct() must be of the type
array, object given
Apologies if this is not the right place, but it looks like a recent change has broken Jigsaw (at least for new users like me stepping through the installation for the first time).
Issue
The error arises when building the site. The general gist of it is:
Steps to reproduce (on v. 1.3.25):
Solution?
The issue seems to stem from #460 and line 23 of
src/View/BladeCompiler.php
specifically.At least in my local version, if I reverse the order of the arguments to
new ComponentTagCompiler(...)
, things seems to build OK.Please let me know if more information or a PR is required.
The text was updated successfully, but these errors were encountered: