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 has been archived by the owner on Apr 26, 2024. It is now read-only.
Hello. Thank you for developing this very useful component.
I just ran the usual build process for my app and started seeing the following issue in the app:
Uncaught (in promise) ReferenceError: _selectItem2 is not defined
A revert to v0.3.1 caused the issue to go away.
I looked over the most recent commits and saw the following:
Those lines were removed but the export on Line 199 remained
exports.SelectItem = _selectItem2.default;
I don't know which is right (if the vars were removed correctly and line 199 was not also removed or if those lines should not have been removed), but I didn't see an issue shown here about it so I figured I'd create one.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. Thank you for developing this very useful component.
I just ran the usual build process for my app and started seeing the following issue in the app:
Uncaught (in promise) ReferenceError: _selectItem2 is not defined
A revert to v0.3.1 caused the issue to go away.
I looked over the most recent commits and saw the following:
Those lines were removed but the export on Line 199 remained
exports.SelectItem = _selectItem2.default;
I don't know which is right (if the vars were removed correctly and line 199 was not also removed or if those lines should not have been removed), but I didn't see an issue shown here about it so I figured I'd create one.
Thanks.
The text was updated successfully, but these errors were encountered: