The snippets command should match the name of the lifecycle functions, i.e., rcdu => Component Did Update.
Functional component now is cleaner:
const ${1:Component} = ({ className }) => {
return (
${2}
);
};Added installation messages to show the new features to our end users.