Not reading the latest version of component template repo #714
Open
Description
Describe the bug
To Reproduce
Intro:
Git repo ICOM-componets is DS based repo: https://github.intuit.com/gotomarket-expdelactiv/icom-components
This repo using template-component-mds as component template.
Create component script is from here
Steps to reproduce:
- git clone ICOM-components
- run
yarn install
- run
yarn create
- check the template file format , for example, I created a component named MyTestComp. The index.tsx is like below screenshot.
- Check the latest version of component template index.tsx file, here
Two files are not matching, it is not fetching the latest version of master branch from template-component-mds
Expected behavior
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context