atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

Multiple JS statements must be passed in JsBlock #1997

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

Previously mixed JsExpression and array types were used making correct OOP design impossible.

This was also dangerous as array<JsExpressionable> is encodeable to JSON with a completely different result.