h function and template rendering do not behave consistently
Version
3.2.3
Reproduction link
https://codesandbox.io/s/kind-cdn-95brw
Steps to reproduce
open link
What is expected?
should get same render result
What is actually happening?
not same result
In the source code, I found that for h function or jsx scenarios, the parameters are not passed through, only one parameter is passed
The template scenarios seem to have all parameters passed through
I don't know if this is done on purpose or I misunderstood