JoseRFelix/react-toggle-dark-mode

Crash when going from light to dark

Closed this issue · 2 comments

gunnx commented

Was getting an error about interpolation failing and after having a look I fixed it by changing the property value for light mask cy

defaultProperties: {
  ...
 light: {
    ...,
    mask: {
       cx: '100%',
       cy: '0%'.   <------ This was 0 before 
...
}

Had the same error. Thx for the hint!

Thanks for bringing up this issue and adding a solution! I have published a fix accordingly 🚀