Open chez14 opened 10 months ago
This PR adds support to render the component in React Strict Support by introducing new option called strictMode in R2WCOptions interface. The option are false by default.
strictMode
R2WCOptions
false
This PR will also fix #169.
Is this PR ready for merge and release?
This PR adds support to render the component in React Strict Support by introducing new option called
strictMode
inR2WCOptions
interface. The option arefalse
by default.This PR will also fix #169.