Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make regular expression case-insensitive to resolve storybookjs#…
…24120 Description: - Resolved the bug reported in issue storybookjs#24120, where the regular expression `/Date$/` wasn't matching properties that end with "date" or "Date" due to case sensitivity. - Changed the regular expression to `/Date$/i` in the configuration file to make it case-insensitive, allowing it to match both "Date" and "date." Issue: storybookjs#24120
- Loading branch information