#webdev #frontend #react #typescript
#webdev #frontend #react #typescript
@syntax.fm you guys got me here! Someone hire me I'm sick of cleaning windows 😅
#webdev #react #nextjs
@syntax.fm you guys got me here! Someone hire me I'm sick of cleaning windows 😅
#webdev #react #nextjs
#webdev #frontend #react #javascript
#webdev #frontend #react #javascript
Placing the Dropdown within the Dialog is a better solution that will make everything work correctly. #radix #shadcn #webdev #frontend #react
To stop the scrollbar to be hidden, use this rule. The html selector may seem unnecessary but it adds specificity. #css #shadcn #react #webdev
You can even add a cleanup function since React 19, which makes them safer for async tasks. #react #webdev
#webdev #nextjs #typescript
#webdev #nextjs #typescript
node --env-file=.env.local src/lib/db/seed.ts
I had to add .ts extensions to all module imports and remove path aliases, as well as adding a couple of tsconfig rules.
nodejs.org/api/typescri...
#webdev #node #typescript
node --env-file=.env.local src/lib/db/seed.ts
I had to add .ts extensions to all module imports and remove path aliases, as well as adding a couple of tsconfig rules.
nodejs.org/api/typescri...
#webdev #node #typescript
Using position: absolute, inset: 0 on the first link makes it take up the full area of the parent div, and z-index on the nested link allows it to capture mouse events before the wrapper.
#css #html #webdev