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
/Users/jasonmatthews/Documents/atlantaDark/node_modules/@ui-kitten/components/ui/input/input.component.js 110:38
Module parse failed: Unexpected token (110:38)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| this.webEventResponder = devsupport_1.WebEventResponder.create(this);
| this.focus = () => {
> this.textInputRef.current?.focus();
| };
| this.blur = () => {
Expected behaviour
I expected it to build the web version of the application.
UI Kitten and Eva version
Package
Version
@eva-design/eva
1.3.1
@ui-kitten/components
5.0.0
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Expected behaviour
I expected it to build the web version of the application.
UI Kitten and Eva version
The text was updated successfully, but these errors were encountered: