Commit 559c65e
fix: add explicit return type to TabLoop render method (#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 <[email protected]>1 parent f11433c commit 559c65e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments