FlowingCode/AppLayoutAddon

Set content slot

javier-godoy opened this issue · 1 comments

One of the breaking changes in version 5 is that the content must now be in a named slot ("content") instead of the unnamed slot.
The server-side component, however, does not set the slot on its content.

The implementation of AppLayoutAddon is correct: FlowingCode/fc-applayout#9 moves the content to the unnamed slot.
A later commit in fc-applayout introduces a regression, reverting the feature.