In the 0.18 documentation this paragraph, appearing at the beginning of 17.12 doc on function component disappeared:
https://hexdocs.pm/phoenix_live_view/0.17.12/Phoenix.Component.html#content
The component can be invoked as a regular function:
MyComponent.greet(%{name: "Jane"})
it is still possible to invoke the componenet as a reguar function in 0.18, but why the doc does not mention it anymore ?
does it mean that possibility will be withdrawn in the future ?