-
Hello,
We're developing a straightforward waitlist tool designed to enable our users to integrate a signup form directly onto their own websites. Users embed a simple HTML code snippet that users c…
-
The `extended-theme` is adding `keyframes` use for the [Accordion (Radix UI) component only](https://ui.shadcn.com/docs/components/accordion), and relying on Radix CSS variables — but no Accordion com…
-
I'm not sure if a bug or a limitation I am not aware of:
```ts
import { tv } from 'tailwind-variants';
const text = tv({
base: 'text',
variants: {
variant: {
heading: 'text--v…
-
When completing the Flash Storage lesson (problem) of the Session Storage module, I noticed when running the app that after you try deleting a note for the 2nd time (without doing a manual page reload…
-
Hey again! Just looked at my editor and wondered why the formatting check is a linter rule:
https://github.com/epicweb-dev/epic-stack/blob/2db44703aaaef5e59441015ee09845eed0a04fbe/.eslintrc.cjs#L10…
-
When I try to start up and I'm received this error
`npm run setup`
`npm i`
`npm start`
git version: 2.26.2
node version: 18.18.2
npm version: 9.8.1
-
Node 18.19 dropped last week with NPM 10 bundled.
current:
when attempting to run `npm start` while based in Node 18.19 engine env an Error is reported
Ref Image:
NPM 10, it seems, is erran…
-
The diff viewer doesn't update with my changes.
### Expected Behaviour
I expected to see the differences between my test code and the solution's test code.
### Actual Behaviour
I see no c…
-
When starting on this exercise, as soon as I tried to use the imported db the app would fail to compile, complaining that `msw` was not installed but required by `@mswjs/data`.
It took me almost 45…
-
I have borrowed the role based permissions model from the epic-stack. I am using it with the Vite Remix plugin. It notified me that the `#/utils/permissions.ts` file, which is client side, is referenc…