Skip to content

tsmithhisler/tanstack-start-7316

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TanStack Start Server Core unsafe assignment repro

Issue

Calling getRequestHeaders() from @tanstack/start-server-core is reported by oxlint as typescript-eslint(no-unsafe-assignment).

Versions

  • @tanstack/start-server-core: 1.167.26
  • oxlint: 1.62.0
  • oxlint-tsgolint: 0.22.1

Repro

import { getRequestHeaders } from '@tanstack/start-server-core'

const headers = getRequestHeaders()

Run:

pnpm repro

Result

typescript-eslint(no-unsafe-assignment): Unsafe assignment of an error typed value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors