JRB

Results 9 comments of JRB

Any solution? Nothing happens when scanning Umbrel LNDhub QRCode. Bluewallet Android scan or import file closes immediately and displays in address field "http://not-enabled.onion" LNDhub is synced.

I just got the same error. Using Prisma 5.9.1 and PostgreSQL 16. I found the reason for this, at least in my project. Prisma Studio error occurred when there's data...

> > Hello, did you `prisma db push`? I had the same error. > > This is the solution some of us forgot to re-initialize the database with out changes...

> ```tsx > "use client"; > > import { useState } from "react"; > import { Input } from "@nextui-org/react"; > > export default function Home() { > const [value,...

> Doesn't clicking _next_ to the error close the modal? Nope. Nothing happens. Doesn't close clicking anywhere inside and outside the modal. The error is just too long or the...

It's a starter project. You're all getting ahead lol. You're suppose to follow the tutorial as it will tell you how to add the font.

For all following the tutorial, what you get in the setup is a starter project. Ignore any error (like arrow, font, etc). You have to go through the tutorial and...

> @aspnetde You might need to move it to client-side rendering instead of server-side. Add `'use client';` at the top of the code. I have this issue. Both the parent...

Indeed, adding this to the component seems to have fixed the issue. import ResizeObserver from 'resize-observer-polyfill'; global.ResizeObserver = ResizeObserver; > When adding the markdown editor to a current NextJs client...