Closed awylie199 closed 8 years ago
Great project, thanks for sharing it.
I've added the PCRE_DOTALL modifier to the ReactServiceProvider.php createMatcher method to capture new lines (http://php.net/manual/en/reference.pcre.pattern.modifiers.php).
So before, this was failing to be rendered:
@react_component('Message', [ 'title'=>'My Website Title' ])
Very small commit, but I ran the unit tests anyway :) Thanks,
Alex
:+1:
Great! Thanks for your collaboration :smile:
Great project, thanks for sharing it.
I've added the PCRE_DOTALL modifier to the ReactServiceProvider.php createMatcher method to capture new lines (http://php.net/manual/en/reference.pcre.pattern.modifiers.php).
So before, this was failing to be rendered:
Very small commit, but I ran the unit tests anyway :) Thanks,
Alex