Skip to content

Filter out all i13n related props other than props.i13n, provide skipUtilFunctionsByProps to disable this

Compare
Choose a tag to compare
@kaesonho kaesonho released this 27 Oct 21:48
· 371 commits to master since this release

#125 - Filter out all i13n related props other than props.i13n when you are using setupI13n and createI13nNode. Provide skipUtilFunctionsByProps to disable this.

This helps to remove the warning from [email protected], we will still pass props.i13n for backward compatibility, if you need to prevent props.i13n to be passed to the wrapped component, please set skipUtilFunctionsByProps=true to disable this.