Skip to content

[pull] main from remix-run:main#263

Merged
pull[bot] merged 2 commits into
code:mainfrom
remix-run:main
Apr 10, 2026
Merged

[pull] main from remix-run:main#263
pull[bot] merged 2 commits into
code:mainfrom
remix-run:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 10, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

NandkishorJadoun and others added 2 commits April 10, 2026 09:37
* docs: add explicit import to TypeScript augmentation example

In the "Quick Start (Data Mode)" section, the TypeScript module augmentation example for Future can cause errors if the user's .d.ts file is treated as a global script rather than a module.

Without a top-level import or export, TypeScript interprets declare module "react-router" as a full ambient declaration, which shadows/overwrites the actual library types instead of augmenting them. Adding import "react-router"; ensures the file is treated as a module and triggers Module Augmentation correctly.

* Add NandkishorJadoun to contributors list
@pull pull Bot locked and limited conversation to collaborators Apr 10, 2026
@pull pull Bot added the ⤵️ pull label Apr 10, 2026
@pull pull Bot merged commit c29295c into code:main Apr 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants