PassCodeInput icon indicating copy to clipboard operation
PassCodeInput copied to clipboard

Address - AttributeGraph: cycle detected through attribute

Open devraj opened this issue 5 years ago • 2 comments

Steps to produce:

  • Launch the app (Simulator or device)
  • Hit the button on the top left hand side of the navigation view with the title "Modal View"
  • Attribute graph warning will be displayed in console

https://forums.developer.apple.com/thread/126890

devraj avatar May 13 '20 12:05 devraj

Notes

  • Removing the PassCodeInputField from the ContentView results in this issue not being present. Obviously this renders the app useless. I suspect there may be a link between the presented view and this view both using PassCodeInputModel, but need to investigate more.

WillBishop avatar Jun 01 '20 05:06 WillBishop

I should have mentioned that the following issue and implementation was designed to investigate why the component does not work in this configuration.

My aim was to set this up as an isolated example (as the original issue is reported by a user of the component in a far more complex app)

devraj avatar Jun 01 '20 08:06 devraj