Dennis Koch

Results 54 comments of Dennis Koch

> One question, have you tested this with the new array shorthand (layout: [OuterLayout, InnerLayout])? I'm curious what would happen. 😂 I was just thinking about this myself. At the...

I can think of these two cases: **Case 1:** ```vue export default { layout: [Layout1, RecursiveLayout] ``` Will resolve the layout with the array shorthand. Any layout defined in `RecursiveLayout`...

To prevent case 2 we could stop recursion and print an error message like this: ```js if (Array.isArray(layout)) { console.error('Inertia.js: Array shorthand must not be combined with recursive shorthand.'); return...

@reinink Anything I could help you or @claudiodekker with to get this merged?

@zepfietje This is only waiting on a thorough review and some feedback from @danharrin. I only set it on "draft" so it's not merged "too quickly" 😅

Sorry, didn't have the time this week and will be on vacation the next two weeks.

I don't think so. I only added the theme logic to it. If they didn't work before they probably won't work now.

Ah ... damn didn't think about that. I am only using the admin panel.