Ari Mendelow
Ari Mendelow
Hi, I've added this to a React Typescript project and am getting the following error: ``` Could not find a declaration file for module 'tw-elements'. '/Users/microsoft/code/Azure-Kusto-WebUX/node_modules/tw-elements/dist/js/index.min.js' implicitly has an 'any'...
https://github.com/cyrilwanner/next-optimized-images/blob/756bb958e91a0fdb4e51c8185733df224cda0678/lib/loaders/index.js#L80 If an image has the file extension of .jpg when it should be .jpeg, Webpack throws an incredibly cryptic error. To try this, take any .jpeg file, rename it...
Fix brew install command - postgresql is deprecated. Running `brew services start postgresql` will throw an error if formula `postgresql@14` is not installed. See here:
### What's not working? There are two things I've encountered to be broken with Storybook: # Theming is totally broken Put the following in `web/config/storybook/manager.js`: ```js import { addons }...
### What's not working? If you have an object in your SDL like so: `date: DateTime`, then the generated type is `date?: Maybe;`, where `Scalars['DateTime']` is `Date | string`. If...
# Overview This PR is the first step to migrating our Storybook integration from relying on Webpack to relying on Vite. Specifically, this PR: - Adds the [Storybook framework package](https://storybook.js.org/docs/contribute/framework)...
Adds: - Smoke tests for #10064 based on the existing smoke tests for Storybook Webpack, with minimal changes. - Small bug fix where Storybook doesn't fully load on first run...
[Bug?]: Upgrading Redwood to Canary causes "unmountComponentAtNode is not a function" in Storybook
### What's not working? If you update an existing Redwood project that was already using Storybook to Canary, and then try to start Storybook, you'll get this: ### How do...
## Overview ### Demo GIF This demo reflects the following conditions: - Generated a RedwoodJS test project - Ran Storybook setup command - Tarsynced to this branch ...
This PR: - Adds a link to the dbAuth OAuth plugin - Fixes some links in the Storybook docs