Meteor/V3/User Async

/icons/calendar.svg

Last update

Aug 30, 2024

This codemod reaplces Meteor.user with Meteor.userAsync.

Example

Before

const user = Meteor.user();

After

const user = await Meteor.userAsync();

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now