We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033274d commit 84bbe87Copy full SHA for 84bbe87
1 file changed
packages/debug-theme/src/private/ErrorBox.tsx
@@ -7,6 +7,6 @@ const { ErrorBox } = Components;
7
8
type ErrorBoxProps = PropsOf<typeof ErrorBox>;
9
10
-// TODO: [P4] We should move the <ErrorBox> into this package.
+// TODO: [P4] We should move the <ErrorBox> into this package on or after 2027-08-16.
11
export default ErrorBox;
12
export { type ErrorBoxProps };
0 commit comments