Hi,
I face strange problems with lastest FUSE Version (0.9.8 5700). Unfortunately some are hard to reproduce but now I get one with this very simple project:
<App Background="#333">
<JavaScript>
module.exports = {
exportedSymbol: "Hello, rest of the world!"
};
</JavaScript>
<DockPanel>
<StatusBarBackground Dock="Top"/>
<BottomBarBackground Dock="Bottom"/>
</DockPanel>
</App>
It gives the error: . . ./Test.g.uno(12,24): E3111: ‘FUSE’ does not contain type or namespace ‘Reactive’. Could you be missing a package reference?
This happened in a larger project, and I cutted off everything to eliminate the issue, and it is still there for this small code.
Sorry, if I do something very stupid? The error message does not help me to correct the issue.
BTW: Is there a simple way to copy/paste error messages, so far I type them