Replies: 1 comment
|
I updated the Showcase app and it has a comment saying Skip Fuse is not supported What are the most suitable workarounds? |
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.
I'm trying to implement an .onReceive() action but I keep getting errors like:
value of type 'Text' has no member 'onReceive'value of type 'NotificationCenter' has no member 'publisher'I even copied the code the Skip Showcase project but I'm still getting the errors. I have imported everything I can think of. Am I missing something or what could be interfering?
Any pointers would be great.
Thanks
Sample code:
All reactions