-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JsonFunction not exported from remix-node as type #4375
Comments
Out of curiosity: What's your use case for having it exported? |
I personally don't need it exported. The fact that it's a type not being exported as a type is causing TypeScript errors with some code generation from |
@kiliman would it make sense to have it exported? |
I see. The issue is that Remix is exporting remix/packages/remix-node/index.ts Lines 38 to 50 in 4167427
|
Fixed by #5204 |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
What version of Remix are you using?
1.7.2
Steps to Reproduce
npm install @remix-run/node
Expected Behavior
JsonFunction should be exported as a type from
@remix-run/node
Actual Behavior
As you can see here remix-node/index.ts#L44, JsonFunction is not exported as a type.
The text was updated successfully, but these errors were encountered: