Brad Williams

Results 41 comments of Brad Williams

As a workaround, I have form components that pull out the key: ``` ``` ``` // Create a type that omits the 'key' property type BaseTextareaProps = Omit< React.TextareaHTMLAttributes, 'key'...

Only difference of the deployed version should be the homepage. If the Prinftul API has been updated from this version, then the codebase needs to be updated. Remix should also...

For remix.run you can use the [remix-utils](https://www.npmjs.com/package/remix-utils/v/3.2.0) ``` import { ClientOnly } from "remix-utils/client-only" {() => } ```

This package looks promising as well: https://github.com/forge-42/seo-tools - has a dedicated module for RR7

Anyone get font weights working?

> Still, i used the available fonts for now but i will work through it in couple days. You have the font weights working with the available fonts? I wasnt...

@kenlck updating dependencies fix anything?

Goes in your eslint.config.js file. Mine looks like the following as of now: ``` import { default as defaultConfig } from '@epic-web/config/eslint' /** @type {import("eslint").Linter.Config} */ export default [ ...defaultConfig,...

In react router v7, to get the form value to update I am doing something like this: ``` return data(submission.reply(), { headers: await createToastHeaders({ type: 'success', title: 'Contact Updated', description:...

Bumped to 1.2.2 and looks to have fixed a lot of the issues I was having.