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
{{ message }}
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
I am getting a build issue in my generated output file. The issue is with this code:
Specifically the public var. The exact error is: Cannot declare a
public varin an extension with internal requirementsThis is the relevant class:
Strangely I don't have this issue in another project, the public keyword is not present. Am I doing something wrong or is this an issue with Natalie?