We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the plugin uses imports from node:path and node:module storybook webpack doesn't know about these imports so add the following:
node:path
node:module
// .storybook/main.(j|t)s webpackFinal: async (config) => { // ... any other webpack stuff config.externals = config.externals || {} Object.assign(config.externals, { 'node:path': 'path', 'node:module': 'module', }) return config },
No response
Package versions
@uploadthing/react: ^7.0.3 => 7.0.3 uploadthing: ^7.1.0 => 7.1.0
The text was updated successfully, but these errors were encountered:
Can be a good callout to make in https://docs.uploadthing.com/concepts/theming#configuring-tailwind-css
Sorry, something went wrong.
No branches or pull requests
Area of Improvement
Since the plugin uses imports from
node:path
andnode:module
storybook webpack doesn't know about these imports so add the following:Link to related docs
No response
Additional information
Package versions
@uploadthing/react: ^7.0.3 => 7.0.3
uploadthing: ^7.1.0 => 7.1.0
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: