Jeff Sheets

Results 5 comments of Jeff Sheets

Ran into this today and fixed it by mocking the selectorFactory with jest mocks. In my case it was for the redux-form getFormInitialValues selector: ``` jest.mock('redux-form', () => ({ getFormInitialValues:...

A combination of CSS and a dynamic `white-selected` className is working for us for now: ```css .circle-picker { div[title="#ffffff"] { border: 1px solid #999; } &.white-selected { div[title="#ffffff"] { box-shadow:...

@bruno-silva5 that's nice with the CSS title selector! Thanks, I'm going to modify ours to be pure CSS too!

@zigapovhe thanks for starting the discussion, I arrived here after also hearing about pen tester concerns. I think there are another couple of possible options too that we should explore...

@zigapovhe I've since moved to a different project with different requirements, so I'm not completely certain... The Secure Enclave approach does sound promising though I'm not sure on the complexities....