Daniel Rios
Daniel Rios
`yarn start` fails on Node 17.3.0 ``` yarn run v1.22.17 $ react-scripts start node:internal/modules/cjs/loader:488 throw e; ^ Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in /Users/ieldanr/src/github.com/personal/recoil-course/node_modules/postcss-safe-parser/node_modules/postcss/package.json at...
**Describe the bug** Analytics event on the client seem to be aggregating previous event's payloads. For example: 1. After adding a cart line 2. Updating a cart line 3. Removing...
### Description Our buttons use the default browser type which is `html`. This change makes type `button` the default. In react we usually have click handlers instead of relying in...
I did an initial example for selling plans in the product details here: https://stackblitz.com/edit/shopify-hydrogen-achtdn Needs to be added to the repo
### Description urql is a lightweight graphql client for state management. https://formidable.com/open-source/urql/ This could replace our manual context updates and our reducer This could: * replace our manual context updates...