Enhance map with custom decorators #210
-
Does resolverEnhanceMap works with custom decorators that change original descriptors? I'm trying to wrap original resolver function but seems it doesn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
MichalLytek
Nov 23, 2021
Replies: 1 comment 11 replies
-
Hard to say, I encourage you to debug and see why it could not be working 🤔 |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
GalStan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hard to say,
enhance
helpers are just calling the decorator functions in a way that TS does in the transpiled code.I encourage you to debug and see why it could not be working 🤔