WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.

Home Page:https://openverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert the Storybook stories to TypeScript

obulat opened this issue · comments

Problem

#4234 has converted all Storybook stories to stories.js format, which is supported by the newest version of Storybook. However, these stories are not type-checked.

Description

The stories should be converted to TypeScript after Nuxt 3 migration. We can split the changes into several PRs to make reviewing easier.

Alternatives

Additional context

Blocked by the Nuxt 3 migration.