astro/packages/renderers
Matthew Phillips af03c90c2b
Fix usage of arrow functions as components (#426)
* Fix usage of arrow functions as components

This fixes the React and Preact component as arrow function use-case by checking for the prototype property (arrow functions don't)

* Check the prototype
2021-06-14 13:24:37 -04:00
..
renderer-preact Fix usage of arrow functions as components (#426) 2021-06-14 13:24:37 -04:00
renderer-react Fix usage of arrow functions as components (#426) 2021-06-14 13:24:37 -04:00
renderer-svelte Version Packages (#418) 2021-06-14 08:43:03 -04:00
renderer-vue Version Packages (#418) 2021-06-14 08:43:03 -04:00