Skip to content

Conversation

@GregorShear
Copy link
Contributor

@GregorShear GregorShear commented Jan 21, 2026

Issues

https://github.com/estuary/ui/issues/issue_number

Changes

issue_number

  • changes...

Tests

Manually tested

  • scenarios you manually tested

Automated tests

  • unit testing covered

Playwright tests ran locally

  • Admin
  • Captures
  • Collections
  • HomePage
  • Login
  • Materialization

Screenshots

If applicable - please include some screenshots of the new UI

set(
produce((state: QueuedTasksStore) => {
state.publications[val] = null;
state.publications[val] = { response: null };
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This makes me a little nervous but i can't find anywhere that the publications object is even used - is this vestigial?

@GregorShear GregorShear changed the title Remove suppressImplicitAnyIndexErrors flag and address errors Update to TS 5 Jan 21, 2026
Comment on lines +37 to +39
"types": ["vite/client"]
},
"include": ["src", "deps/flow/flow.d.ts", "deps/supabase/types.d.ts"],
"include": ["src", "deps/flow/flow.d.ts", "deps/supabase/types.d.ts", "__mocks__/vitest-env.d.ts"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

i'm new to vitest - is this a safe change to make?

@GregorShear GregorShear marked this pull request as ready for review January 21, 2026 22:57
@GregorShear GregorShear requested a review from a team as a code owner January 21, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants