Skip to content
New issue

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

SuperTextField example is broken #260

Closed
britannio opened this issue Jun 26, 2021 · 0 comments · Fixed by #261
Closed

SuperTextField example is broken #260

britannio opened this issue Jun 26, 2021 · 0 comments · Fixed by #261

Comments

@britannio
Copy link
Contributor

Screenshot 2021-06-26 at 23 31 26

The regression was introduced in #227 and can either be fixed by making the following list non const

spans: AttributedSpans(attributions: const [

or by storing a mutable copy of the list provided to AttributedSpans so that it can be sorted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant