You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more a question than an issue. I looked quickly at the source and though that I could pass arguments to components constructor trhough the cache method of the state. I tried this:
This is more a question than an issue. I looked quickly at the source and though that I could pass arguments to components constructor trhough the
cache
method of the state. I tried this:But that outputted
<button>hello</button>
. And the console log with arguments in the constructor gives meIs that the intended behaviour? If that's the case, then is safe to assume that all components rendered through cache get the same signature
The text was updated successfully, but these errors were encountered: