Replies: 1 comment
-
I just created an issue with a sample that shows DataConsumers dont work when the data source type is not "data" (ie customdata) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
could you clarify the way to work with several data sources ?
It seems to work in the DevTemplate project because the data sources are close to the components using them.
In my situation I try to have data sources the most generic possible so they might not be the closest one to the DataConsumer.
Also tried to set a unique dataSourceType, but this seem to fail at least for collections because the dataSourceType seems to be hardcoded to "data" at lookup time (DataConsumerCollection.cs:623)
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions