We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error when I try and create a custom style. This is after adding PartialSheet using SPM.
I think it's because the PartialSheetStyle Struct needs a public init so it can be called when added as a module?
The text was updated successfully, but these errors were encountered:
same here, any help would be greatly appreciated.
Sorry, something went wrong.
A temporary solution would be to add the files manually to your project instead of using SPM
Just not sure why the compiler does not make it. Anyway, there is a release coming up shortly with the init added
Hello, a new release has been made
Successfully merging a pull request may close this issue.
I'm getting this error when I try and create a custom style. This is after adding PartialSheet using SPM.
I think it's because the PartialSheetStyle Struct needs a public init so it can be called when added as a module?
The text was updated successfully, but these errors were encountered: