You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to include a join in the transform function, everything (when in proper order) will be pulled into the joined collection, but the types are not correctly generated.
The types that are acruing from the transform function are not being pulled into the join collections types.
So this is nothing in the pipeline/fixable right now?
FWIW, the data is actually there (as long as I am placing the joined collection (Post) before the joining collection (Category). I suppose this has something to do with the cache.
I am only speaking of the types, that are being generated.
The problem are the types. I was not able to infer the types from a transformed collection. This is really difficult, because the types are the result of the transform function and parts of the resulting types are from the transform function. Can you understand my problem? IIf you have a solution to the problem, I'm more than happy to accept a PR.
When I am trying to include a join in the
transform
function, everything (when in proper order) will be pulled into the joined collection, but the types are not correctly generated.The types that are acruing from the
transform
function are not being pulled into the join collections types.Here is a CodeSandbox: https://codesandbox.io/p/devbox/xhnr2g
And here is a screenshot of the
![CleanShot 2024-11-10 at 17 05 09@2x](https://private-user-images.githubusercontent.com/325241/384704746-b2764b80-2278-434d-9292-9b01bfa18437.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTIxNTEsIm5iZiI6MTczODkxMTg1MSwicGF0aCI6Ii8zMjUyNDEvMzg0NzA0NzQ2LWIyNzY0YjgwLTIyNzgtNDM0ZC05MjkyLTliMDFiZmExODQzNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNzA0MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zMTVhMzdjMTJkOTc3YzRmMjFhMjViZjUxYmNhYWE0M2JkNGFkMzIwMzZkNmZmZWY3ZGY0YmM0OTM5YjBiZWRkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.HrmVIANk2_uSej57YFRGoBb86xsw_wwEdc6jlPHmUtA)
tsc
:The text was updated successfully, but these errors were encountered: