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
Running v5.0.0-alpha.1 with react native web. The application build fails:
/node_modules/@ui-kitten/components/ui/input/input.component.js 104:38
Module parse failed: Unexpected token (104: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 = () => {
It looks like optional chaining is not supported.
To Reproduce
Steps to reproduce the behavior: Probably nothing special. Run any app on web.
🐛 Bug Report
Running v5.0.0-alpha.1 with react native web. The application build fails:
It looks like optional chaining is not supported.
To Reproduce
Steps to reproduce the behavior: Probably nothing special. Run any app on web.
Expected behavior
Successful build.
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: