-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
As you can see here, unbuild is bundling in a way where @orpc/tanstack-query is importing from itself.
// dist/index.mjs
import { generateOperationKey as generateOperationKey$1 } from '@orpc/tanstack-query';
import { isAsyncIteratorObject, toArray } from '@orpc/shared';
import { skipToken, experimental_streamedQuery } from '@tanstack/query-core';
function createGeneralUtils(path) {
return {
key(options) {
return generateOperationKey$1(path, options);
}
};
}This was giving me some issues in a react-native project, since the metro bundler seems to have some trouble with stuff like that.
Metadata
Metadata
Assignees
Labels
No labels