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
Hi, I was deploying using jspurefix and I had some strict type errs stemming from string | undefined -> string. I had to implement an override, thought this might be helpful for users failing on build as I was:
declare module "jspurefix/dist/transport/session/a-session-msg-factory" {
import { ISessionMsgFactory } from "jspurefix";
import { ILooseObject } from "jspurefix/dist/collections/collection";
import { IStandardHeader } from "jspurefix/dist/types/FIX4.4/repo";
Hi, I was deploying using jspurefix and I had some strict type errs stemming from string | undefined -> string. I had to implement an override, thought this might be helpful for users failing on build as I was:
declare module "jspurefix/dist/transport/session/a-session-msg-factory" {
import { ISessionMsgFactory } from "jspurefix";
import { ILooseObject } from "jspurefix/dist/collections/collection";
import { IStandardHeader } from "jspurefix/dist/types/FIX4.4/repo";
}
The text was updated successfully, but these errors were encountered: