Chris Lewis

Results 8 comments of Chris Lewis

You saved me a lot of time. If you want some help I have made some small changes like resolving a session store issue. Let me know if you want...

this just popped up yesterday or today and I think must be a result of an update in a node_module dependency version

appears related to this. https://github.com/less/less.js/issues/2896 For now change in package.json ``` "less": "^2.5.1" -> to -> "less": "2.5.1", ```

@agilecrm anyone going to fix this?

also experiencing this issue due to downstream package dependency in Install: abadi199/elm-input-extra 5.2.0 Upgrade: elm-community/list-extra (6.1.0 => 4.0.0) It forces me down the 4.0.0 instead of allowing me to keep...

I am using firestore successfully for all other purposes. I am not importing firestore in the actual component where I am attempting to update the profile, I am only importing...

``` import * as firebase from "firebase/app"; import "firebase/auth"; import "firebase/database"; import "firebase/firestore"; //TODO: move to env file const fbConfig = { apiKey: "DELETED", authDomain: "DELETED", databaseURL: "DELETED", projectId: "DELETED",...

I was using the new import style with version ``` "firebase": "^7.13.2", ```