Rob Boellaard
Rob Boellaard
I think I ran into the same issue. **edit** Have a look here for code that reproduces my error: https://github.com/devboell/chai-enzyme-error.git The error seems to occur when chai-enzyme and dirty-chai work...
Hi there, Indeed, I don't get the bug when I just use chai-enzyme, it only happens in combination with the dirty-chai lib. I think the repo I made demonstrates that...
ye, I have agree with this. I didn't use coverage before, but now that i am using react-boilerplate, I do find it valuable. I also understand (from a Martin Fowler...
Hey Dani, Sure, sounds good. You have to bear in mind that guitarists like to use different tunings. Next to standard tuning, the are lots of alternate tunings, some of...
Hi @alexkilla, it should work when you install styled-components in your own project. Have you tried that?
@ccorcos I don't know what is going on here, seems codesandbox is looking for styled-components in the wrong place.
Hi, Thanks for reporting this, it's nice to see someone found my project :) I thought zooming was working fine, I was zooming a lot during development using the zooming...
Hi, thanks for your request. I agree it would be a nice feature, but unfortunately my job takes up all of my time.
Hey, thanks for the feedback. I understand your points, and I guess the reason I made it like this is because it is an adaptation of a more interactive, clickable...
to make a long story short: the fretMatrix is basically the fretboard's state, which the user might want to keep in the parent component's state or in a redux store....