David Johnston
David Johnston
I'd been meaning to create a PR or a work that reliably does a 'wait for netlify deploy on branch preview' but I haven't been getting around to it. If...
Hmmm, looking at the code, it looks like it might be easy enough to support some of the basic utility types. If I get some time, I'll see if I...
@chris-gooley I can't remember, looking at my interview submission - it looks like I found it too frustrating to use and I didn't. https://github.com/dwjohnston/vic-gov-data-graph-take-2/blob/3390bbb590f7a9e52e52a9207c9cc652dadfd193/README.md
I thought that maybe upgrading ripple-card to `1.24.3` but that doesn't appear to solve it.
I tried removing the Ripple Card from `HelloRipple.vue` but now I get: ``` ERROR Failed to compile with 1 error 12:48:42 PM error in ./src/components/HelloRipple.vue Module Error (from ./node_modules/eslint-loader/index.js): /Users/djohnston/git/personal/ripple/examples/vue-example-app/src/components/HelloRipple.vue...
Solution, when using the vue cli is to get it to transpile the dpc dependencies https://github.com/dwjohnston/vic-gov-data-graph-take-2/commit/0c60715e4e5019103130590e1b2f4492f7ed6ad9 ``` //vue.config.js transpileDependencies: [ "@dpc-sdp/ripple-global" ], ```
I'm also having issues with writing tests due to this. The package comes with untranspiled `.vue` files - which, by default most testing frameworks etc, will not attempt to transpile...
I manually search through Mui versions to find that this bug appears to have been introduced between 5.10.11 and 5.10.12
I couldn't reproduce this issue on Firefox, mostly because I'm struggling with it to get the autofill to work.
@piotrszczesniak Can you include what you have included in your `./styles/MediaQueries` ?