You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably down to usage of @Delegate on Page.waitingSupport which IntelliJ does not seem to understand for some reason.
I think that given the amount of issues that @Delegate causes it might be good to consider getting rid of its usage in the whole codebase and manually delegate the methods when necessary.
The text was updated successfully, but these errors were encountered:
This is probably down to usage of
@Delegate
onPage.waitingSupport
which IntelliJ does not seem to understand for some reason.I think that given the amount of issues that
@Delegate
causes it might be good to consider getting rid of its usage in the whole codebase and manually delegate the methods when necessary.The text was updated successfully, but these errors were encountered: