Skip to content

Conversation

@ryanmitchell
Copy link
Contributor

No description provided.

<stack name="Form Stack" :narrow="narrow" @closed="close">
<div class="h-full overflow-auto p-6 bg-gray-300">
<template>
<stack name="variant-form-stack" :narrow="narrow" @closed="close">
Copy link
Member

@duncanmcclean duncanmcclean Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads up: we've made some changes to the Stack component recently in statamic/cms#13350.

You'll likely need to change this to something like:

Suggested change
<stack name="variant-form-stack" :narrow="narrow" @closed="close">
<ui-stack :open="true" :size="narrow ? 'narrow' : null" @update:open="close">

You also don't need the <header> anymore as we give you an "x" button for free now.

@ryanmitchell ryanmitchell marked this pull request as ready for review January 29, 2026 08:43
@ryanmitchell ryanmitchell merged commit f5d42d2 into main Jan 29, 2026
4 checks passed
@ryanmitchell ryanmitchell deleted the chore/statamic-v6 branch January 29, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants