Skip to content

Releases: prisma-capacity/babel-plugin-react-display-name

Support for VFC

27 Oct 08:14
Compare
Choose a tag to compare

Now you can also use VFC or VoidFunctionComponent.

import { VFC } from 'react';

const Hello: VFC = () => null;

v1.0.5

06 Dec 10:03
Compare
Choose a tag to compare

Publish again, because workflow was faulty.

v1.0.4

06 Dec 09:56
Compare
Choose a tag to compare

Allows to use export on a component declaration.

v1.0.3

05 Dec 19:28
Compare
Choose a tag to compare

You can now use other component names than Hello. 🤪🙈

v1.0.2

05 Dec 14:29
Compare
Choose a tag to compare

Package is now properly build and published. 🥳

v1.0.1

05 Dec 14:22
Compare
Choose a tag to compare
added .npmignore

v1.0.0

05 Dec 14:13
Compare
Choose a tag to compare
fix deploy workflow?