WIP: Coalesce profiles credentials agents #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
builds from #28
currently blocked by a
TypeErrorwhen running this branch in conjunction with https://github.com/root-systems/dogstack-example/tree/upgrade-deps usingnpm linklocally.subscribeTo.jsinsiderxjs, stating 'You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.'epic as agentscombined epic thatdogstack-exampleimports (in it's top-levelepic.jsfile) removes the error, which leads me to consider the error is caused bydogstack-agentsagents,authentication, orrelationshipsepic from inclusion in the exported combined epic fromdogstack-agentsdoesn't have any effect - the error still shows upresultinsubscribeTo, i can see that the function is called twice when the example app first loads - once with an Observable that has an operator property of 'ObserveOnOperator', and then secondly with an Observable that has an operator property of 'MergeMapOperator'. The second Observable is the one that doesn't meet the condition ofresult instanceof Observable_1.ObservableinsidesubscribeTo.@ahdinosaur .... are you likely to have any time to look at this over the next couple of days? it's driving me nuts, i'd be hoping you'd see something / know something that I don't that could lead down the joyful path of solution :)