Mickey Puri

Results 9 issues of Mickey Puri

Our requirement is to generate a single css file from our .scss files without mangling of the css class names, but also to be able to use CSS Modules in...

I recently had an issue where I was calling append, using a Buffer, but had not realised I also needed to pass in the third argument of file name. To...

For most components in our component library we are going to go with CSS-in-JS and import into the component from .scss files for each component. Unfortunately one component uses a...

if you create two users, and log out, then on logging back in, you find that we don't actually fetch a new user, as the logout does not remove the...

Adding a new post in exercise 06 errors

fixed the issue by amending Minutes to accept an incoming ref

In 26. Normalizing API Responses with normalizer The byId Reducer goes from ```const byId = (state = {}, action) => { switch (action.type) { case 'FETCH_TODOS_SUCCESS': // eslint-disable-line no-case-declarations const...

Our custom component wraps a third party Carousel. We'd like to incorporate the third party css into the module but need to mark it as global. I have used the...

I followed the exact instructions as in your readme, and using the latest version of the library, 1. Created a setupTests.ts file, with the single line `import "@testing-library/jest-dom"` 2. Made...