meteor-blaze-react-component icon indicating copy to clipboard operation
meteor-blaze-react-component copied to clipboard

fix: allow React prop '_template' to Blaze property name 'template'

Open hexsprite opened this issue 5 years ago • 0 comments

This package doesn't allow you to pass a Blaze property named template. This allows you to pass _template as a React property to solve this.

Example

<Blaze template="blazeTemplate" _template="passed as 'template' to Blaze"/>

hexsprite avatar Nov 23 '20 22:11 hexsprite