Skip to content

Conversation

@martijnrusschen
Copy link
Member

The render() method lacked an explicit return type, causing TypeScript to infer an overly broad type that included bigint in the generated .d.ts file. This caused transpilation errors in React 18 projects.

fixes #6075

The render() method lacked an explicit return type, causing TypeScript
to infer an overly broad type that included bigint in the generated
.d.ts file. This caused transpilation errors in React 18 projects.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.22%. Comparing base (f11433c) to head (559c65e).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6077   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          30       30           
  Lines        3612     3612           
  Branches     1547     1551    +4     
=======================================
  Hits         3584     3584           
  Misses         27       27           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martijnrusschen martijnrusschen merged commit f318d4b into main Dec 1, 2025
6 checks passed
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.

Issue with return type of render function as defined in tab_loop types.

2 participants