Library
React Northstar / v0 (@fluentui/react-northstar)
System Info
Are you reporting Accessibility issue?
None
Reproduction
N/A
Bug Description
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
None
Reproduction
N/A
Bug Description
Actual Behavior
SSR tests are failing
Expected Behavior
SSR tests are passing
Repro
- Open
scripts/test-ssr/src/commands/main.ts
- Uncomment following
const EXCLUDED_STORIES = [
- // TODO: re-enable ISSUE LINK
- '**/react-datepicker-compat/**',
// TODO: re-enable ISSUE LINK
'**/react-toast/**',
// Portals currently do not support hydration
// https://github.com/facebook/react/issues/13097
'**/react-portal/**',
// https://github.com/microsoft/fluentui/issues/27338
'**/react-table/stories/DataGrid/Virtualization.stories.tsx',
'**/react-table/stories/Table/Virtualization.stories.tsx',
];
- Run tests
yarn workspace @fluentui/react-datepicker-compat test-ssr
- Notice that tests are failing
- The problem is with a
Date used in a story:
|
label={ |
|
`Select a date out of bounds (minDate: ${minDate}, maxDate: ${maxDate}),` + |
|
` type an invalid input, or leave the input empty and close the DatePicker.` |
|
} |
Logs
Requested priority
High
Products/sites affected
N/A
Are you willing to submit a PR to fix?
no
Validations
Logs
Requested priority
High
Products/sites affected
Fluent UI repo itself
Are you willing to submit a PR to fix?
no
Validations
Library
React Northstar / v0 (@fluentui/react-northstar)
System Info
Are you reporting Accessibility issue?
None
Reproduction
N/A
Bug Description
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
None
Reproduction
N/A
Bug Description
Actual Behavior
SSR tests are failing
Expected Behavior
SSR tests are passing
Repro
scripts/test-ssr/src/commands/main.tsyarn workspace @fluentui/react-datepicker-compat test-ssrDateused in a story:fluentui/packages/react-components/react-datepicker-compat/stories/DatePicker/DatePickerErrorHandling.stories.tsx
Lines 23 to 26 in ab53a4c
Logs
Requested priority
High
Products/sites affected
N/A
Are you willing to submit a PR to fix?
no
Validations
Logs
Requested priority
High
Products/sites affected
Fluent UI repo itself
Are you willing to submit a PR to fix?
no
Validations