We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When calling readProps or readState I get the following error:
readProps
readState
Uncaught TypeError: React_Basic.readState(...) is not a function
This happens because the foreign implementation of both functions do not wrap the returned Effect in a function.
Effect