-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: regression crashing the document list pane in presentation (#6684)
* chore: test if removing the default alias fixes it * Revert "chore: test if removing the default alias fixes it" This reverts commit 0917e5c. * fix: re-export PaneContainer as DocumentListPane like the lazy import * chore: remove old `@sanity/presentation` repro that isn't needed anymore * chore: update CODEOWNERS with internals used by presentation
- Loading branch information
Showing
7 changed files
with
44 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
export * from './DocumentListPane' | ||
import {type ComponentProps} from 'react' | ||
|
||
import {PaneContainer} from './PaneContainer' | ||
|
||
export {PaneContainer as DocumentListPane} | ||
/** | ||
* @internal | ||
*/ | ||
export type DocumentListPaneProps = ComponentProps<typeof PaneContainer> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.