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

Broken latest version caused by scroll-into-view-if-needed #131

Open
masterpreenz opened this issue Mar 7, 2024 · 0 comments
Open

Broken latest version caused by scroll-into-view-if-needed #131

masterpreenz opened this issue Mar 7, 2024 · 0 comments

Comments

@masterpreenz
Copy link

Whenever I trigger "@" it throws error immediately in componentDidUpdate function with p is not a function error


value of p is the library scroll-into-view-if-needed for some reason only contain a string, not a function causes the error


Reverting back to 1.0.29 will remove this error though

<AutocompleteTextField trigger={"@"} spacer={" "} options={userAutocomplete} onChange={(e: string) => setText(e)} onSelect={() => {}} requestOnlyIfNoOptions={true} value={text} maxOptions={6} />

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

No branches or pull requests

1 participant