ariabuckles / perseus-configured

Perseus, with fewer global deps
MIT License
4 stars 7 forks source link

Perseus configured not working for redux saga? #4

Open imtechieraj opened 5 years ago

imtechieraj commented 5 years ago

We are try to use Perseus configured plugin. We are using redux library. But it's having some issues.

 Uncaught Error: Expected ref to be a function or a string
 Warning: Received `false` for a non-boolean attribute `className`.

If you want to write it to the DOM, pass a string instead: className="false" or className={value.toString()}.

If you used to conditionally omit it with className={condition && value}, pass className={condition ? value : undefined} instead.

How to resolve this issue?