T04435

Results 10 comments of T04435

I don't know but I add my fonts as usual in the head as a ```html ``` and after running ***npm run build*** it loaded the font. Thanks, T04435.

> Here's a workaround (i.e., disabling the rule's `noHref` aspect): > > ```json > "jsx-a11y/anchor-is-valid": [ "error", { > "components": [ "Link" ], > "specialLink": [ "hrefLeft", "hrefRight" ], >...

This is my work around ``` // MyLink.tsx import React, { PropsWithChildren } from 'react'; import Link, { LinkProps } from 'next/link'; // This will allow you to pass any...

Any updates on this, using Pulumi not any other infra as code provider? Thanks.

I faced this issue as well my solution uses dynamic import from NEXTJS https://nextjs.org/docs/advanced-features/dynamic-import So Create a component `QR.tsx` (whatever really) and on you Page imported like, important bit is...

I have followed instructions from [Geist npm](https://www.npmjs.com/package/geist?activeTab=readme) and it all worked fine So: ``` // layout.tsx // import your fonts + import { GeistSans } from 'geist/font/sans'; + import {...

same happens if the path provided is `~/components/ui` it creates a folder `~/`

Style issue issue ![Screenshot 2024-08-07 at 2 44 04 PM](https://github.com/user-attachments/assets/0813dea9-a86e-4949-9a01-48edc51b48f7) og ![Screenshot 2024-08-07 at 2 49 27 PM](https://github.com/user-attachments/assets/792b857c-e48a-45e1-9be2-56bdd3ffcd62)

Not a solution for PROD envs, but... I had this error while setting up the project and I'm on yolo push mode. DO NOT USE IN PROD - connect to...