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
React components should be directly exported from modules (not using createFactory).
The client should be always responsible for calling createFactory.
This will also help to write tests.
Honza
The text was updated successfully, but these errors were encountered:
React components should be directly exported from modules (not using createFactory).
The client should be always responsible for calling createFactory.
This will also help to write tests.
Honza
The text was updated successfully, but these errors were encountered: