prisma
Here are 1,664 public repositories matching this topic...
Expected behaviour
yarn redwood storybook --build should build storybook
What currently happens
Error due to --open arg is defaulted to true and --build & --open cannot be used together
Steps to reproduce
1. Create new app
yarn create redwood-app test
2. Build storybook
yarn redwood storybook --build
3. Check error
❯ yarn redwood storybook
Add `deepEqual` utility to stdlib and use it for `initialValuesEqual` in `react-final-form` template
What do you want and why?
If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g. switching to another tab.
Possible implementation(s)
This can be fixed by using the initialValuesEqual prop:
import deepEqual from "fast-deep-equal"
<FinalForm
initialValues={initialValues}
initialValues-
Updated
Feb 11, 2022 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
What happened?
What you expected to happen
We should be consistent with our icons, which means if we have a specific download icon,
it should be the same across the app.
so let's use the icon called "download1" for all our download buttons




Bug description
On windows, I run
prisma formatand note the unusual file ending. The lines are all LF, but the very last line is CRLF.This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
![image](https://user-images.g