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
TypeError
when running this branch in conjunction with https://github.com/root-systems/dogstack-example/tree/upgrade-deps usingnpm link
locally.subscribeTo.js
insiderxjs
, stating 'You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.'epic as agents
combined epic thatdogstack-example
imports (in it's top-levelepic.js
file) removes the error, which leads me to consider the error is caused bydogstack-agents
agents
,authentication
, orrelationships
epic from inclusion in the exported combined epic fromdogstack-agents
doesn't have any effect - the error still shows upresult
insubscribeTo
, 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.Observable
insidesubscribeTo
.@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 :)