Closed zzboncak closed 3 years ago
I have also added it to the source code so that the sample is consistent with what is written. @zzboncak can you please sign the CLA so that we can merge this?
Yep! Just did.
On Jun 24, 2021, at 11:30 AM, Jan Dvorak @.***> wrote:
I have also added it to the source code so that the sample is consistent with what is written. @zzboncak https://github.com/zzboncak can you please sign the CLA so that we can merge this?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/meteor/react-tutorial/pull/36#issuecomment-867784642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBMA4ZPPYX7EGH66EEC7MDTUNMSBANCNFSM47GQ5EKQ.
Thanks a lot! Merged.
Importing Meteor in
App.jsx
provides helpful autocompletion for the newer user. While it does seem to work without it, it is imported in various other files for this purpose, so it seems best to stay consistent.