The README section for react-signature-modal code example seems wrong
Closed this issue · 1 comments
waldothedeveloper commented
The README section related on how to use the @anvilco/react-signature-modal
seems to have an import
error based on the code example provided. In the example provided I see:
import AnvilSignatureFrame ...
but then the React Component is <AnvilSignatureModal />
????
Shouldn't it be:
import AnvilSignatureModal from...
so that it matches the AnvilSignatureModal
component used?
benogle commented
Great catch, we'll get this fixed up