Factory fields have been updated to be getters so they will be lazy evaluated to avoid this warning showing in the console:
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
Factory fields have been updated to be getters so they will be lazy evaluated to avoid this warning showing in the console: