Examples for previous functionality with v10? #770
-
A lot of functions have been dropped in v10 and I can't seem to find the proper replacement/s. Is there somewhere an explanation on how to make things work like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are right that there is no proper replacement for lots of functions that were dropped. |
Beta Was this translation helpful? Give feedback.
You are right that there is no proper replacement for lots of functions that were dropped.
The reason is Typescript support and that such definitions are not simple to be made in such way that they are easy to remember.
Sorry, but I cannot offer much support on that. To me, in age of Copilot, such functions as
dissocPath
are better to be part of your codebase as this way the magic that Typescript require will be obvious.