Karolis Kazlauskis
Karolis Kazlauskis
You can already wrap the arrow functions with `methods`, which allows to keep the methods and the arrow props in the same place. I am not sure why this works...
One thing that has helped me was to babel transform the components. ``` "transform": { "^.+\\.js$": "babel-jest" }, "transformIgnorePatterns": ["node_modules/(?!@bit)"] ``` Alternatively, deleting the map files also works `find node_modules/@bit...
I agree that some flag to skip the auto sign-in to the web layer would be useful. At the moment, we are skipping the JS facade and instead prefilling the...
Switching from the deprecated node-sass to [dart-sass](https://github.com/sass/dart-sass) fixes this.
Is there a workaround for this? How can one return multiple pages back in the history stack? Looks like Ionic 6 RC for React has the same issue.