Releases: prisma-capacity/babel-plugin-react-display-name
Releases · prisma-capacity/babel-plugin-react-display-name
Support for VFC
Now you can also use VFC
or VoidFunctionComponent
.
import { VFC } from 'react';
const Hello: VFC = () => null;
v1.0.5
Publish again, because workflow was faulty.
v1.0.4
Allows to use export
on a component declaration.
v1.0.3
You can now use other component names than Hello
. 🤪🙈
v1.0.2
Package is now properly build and published. 🥳
v1.0.1
added .npmignore
v1.0.0
fix deploy workflow?