-
While the [Cell tutorial](https://redwoodjs.com/tutorial/cells) is quite good, as @peterp noted in:
https://community.redwoodjs.com/t/can-i-use-a-different-value-in-the-component-cell-so-that-it-is…
-
https://github.com/redwoodjs/redwood/issues/1754
```zsh
$ /private/var/folders/h0/n4dr2mwn6vqbtk9y1zrcykd80000gn/T/redwood.FWYVCX3T/node_modules/.bin/rw dev --fwd=--open=false
$ /Users/tagawahiro…
-
### 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 we reproduce the bu…
-
There is a failure with the way we're ingesting OTel data. Specifically around the handling of timestamps. It appears the shape of the data does not specifically match the type we have and thus we end…
-
This line below always overwrites the window location any time a redwood app loads. It is meant to handle refreshing the auth tokens. The issue is this completely wipes out search params on page load …
-
Inspired by the Made with Supabase Project, we have thought to have our own made-with-redwood website, where people can show off their projects made with [RedwoodJS](https://redwoodjs.com/).
💡 Feat…
-
### What's not working?
running this command `yarn create redwood-app bitero --typescript --git-init --commit-message "first commit" --yarn-install` I got 3 errors:
1. It asked me if I wanted to run…
-
I looked (okay, not that hard, but I definitely didn't see it mentioned in the tutorial), but couldn't find an explanation of why is yarn a requirement? Can you please clarify to me, why yarn?
I pr…
-
- Reference: "API tests assume api/src/lib/db to export a Prisma client" PR#3707
https://github.com/redwoodjs/redwood/issues/3707
Need to audit what can be currently done -- and if not, then add…
-
### Introduction
This article is the first part in the series of posts describing the use of several UI component libraries, starting with [Chakra UI](https://chakra-ui.com/). The impetus for writing…