Chau Tran
Chau Tran
@MaticDiba it is easier to rewrite your example with vanilla JS without any framework then use my R3F codesandbox and ask about the issue in React Three Fiber github discussion....
@MaticDiba I think I figured out the differences but it doesn't apply to the current version of Angular Three. The new Angular Three (from Stackblitz I shared above) **DOES** apply....
Hi, sorry for the delayed response. The current version of Angular Three has some snarky bugs with Render Priority in terms of setting up animation loop. On the other hand,...
Thanks for reporting. The naming convention algorithm isn't smart enough to determine whether - `inspection_order_status_id` is `inspection_order_status_id` - `inspection_order_status_id` is `inspection_order_status.id` when there is `inspection_order_status` in the object. The workaround...
Thanks for the reproduce. I'll take a look asap
I see. Do you have any proposed API of what the feature could look like?
Hm...`convertUsing` is already a `MemberMapFunction`, making another `convertUsing` as `MappingConfigurationFunction` will be confusing. That said, `constructUsing` seems to work fine. ```ts class A { @AutoMap() a!: string; } class B...
@accilies Hi, sorry for taking so long to see this issue. I don't quite get the question. Can you please rephrase it?
@eneajaho add SSR then we can use the express server. Should have gone with Analog 😝
related to #63