The new ShareLink works great and saves a ton of code but I can't seem to get it to work with an attributedstring even though documentation indicates it should as attributedstring conforms to transferrable.
So for example:
//This works fine. ShareLink(item: "test")
//But this doesn't. ShareLink(item: AttributedString("test"))
Error instantly pops up "No exact matches in call to initializer".