Troubleshooting `ContextTag` Class Integration Issues in TypeScript
Ever since the new
This
is there a way to get rid of these errors? Right now I have to import this
everywhere I use a context
ContextTag class was introduced I'm having all sorts of problems all the time such as:This
Context is a tag that I export from my library:is there a way to get rid of these errors? Right now I have to import this
Context object and it is awkward to just have this:everywhere I use a context
Tag.