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
I've updated to the latest version of mappersmith to be able to use the keep-alive configs and I noticed that some files were not present on the new version.
In specific I was using:
import { Request } from 'mappersmith/request' import { MethodDescriptor } from 'mappersmith/method-descriptor'
Here is the error that I was receiving:
From my quick search I believe that is only a matter of exporting it on:
But then I would like to ask first, wether this is intended, meaning that we shouldn't be using this components anymore and if not how can we proceed to fix it? If you agreed, I would love to contribute. :)
Best regards!
The text was updated successfully, but these errors were encountered:
Hello there,
I've updated to the latest version of mappersmith to be able to use the keep-alive configs and I noticed that some files were not present on the new version.
In specific I was using:
import { Request } from 'mappersmith/request' import { MethodDescriptor } from 'mappersmith/method-descriptor'
Here is the error that I was receiving:
From my quick search I believe that is only a matter of exporting it on:
https://github.com/tulios/mappersmith/blob/master/package.json#L14
But then I would like to ask first, wether this is intended, meaning that we shouldn't be using this components anymore and if not how can we proceed to fix it? If you agreed, I would love to contribute. :)
Best regards!
The text was updated successfully, but these errors were encountered: