Skip to content

fix(pkg/ui): Fix UI build - #17717

Merged
rfratto merged 2 commits into
mainfrom
ui-fix
May 15, 2025
Merged

fix(pkg/ui): Fix UI build#17717
rfratto merged 2 commits into
mainfrom
ui-fix

Conversation

@rfratto

@rfratto rfratto commented May 15, 2025

Copy link
Copy Markdown
Member

UI build was broken as of #17201. The resolvers update no longer requires type inference when using useForm.

This also adds a GitHub Action workflow to test building the UI so we can catch this earlier.

rfratto added 2 commits May 15, 2025 08:36
UI build was broken as of #17201. The resolvers update no
longer requires type inference when using useForm.
@rfratto
rfratto requested a review from a team as a code owner May 15, 2025 12:45
const [openRows, setOpenRows] = useState<Set<string>>(new Set());

const form = useForm<z.infer<typeof formSchema>>({
const form = useForm({

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line (and line 156) are the only changes to the code. Everything else is either:

  • My dev environment reordering imports using Prettier
  • The new UI build
@rfratto
rfratto merged commit e01a2a9 into main May 15, 2025
@rfratto
rfratto deleted the ui-fix branch May 15, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants