v1.0.0-beta.27
Feature: Core Improvement Beta 27
extractSpreadsFromJSX
removed. Its functionality is now part ofextractPropsFromJSX
;- Added plugin (
stateless_renamePropsTo__props__
) to the cache system that changes any global property with nameprops
from stateless components to__props__
to prevent the parent widget property from being overwritten, thus correcting the conflict of
properties that use the nameprops
; - Fixed the problem where when compiling Widgets, they received spreads more than once in their props.