You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, not all files need hooks.ts files and hence import in the [FTName].tsx. In theory, the work-around would be to create 2 templates. But in this case, I'll need to create a separate template for any specific scenario (suppose we'll have some optional files like utils, styles, and so on).
The text was updated successfully, but these errors were encountered:
If optional files are included, if the defaultValues are what you need then it is just one more "enter" key press not much friction to be annoyed at. If you need to edit it and select or deselect some of the optionals you won't be annoyed because you are taking advantage of the functionality.
If you don't need optional files at all then this step would be ommited and that's it.
suppose I have the following folder structure:
However, not all files need
hooks.ts
files and hence import in the[FTName].tsx
. In theory, the work-around would be to create 2 templates. But in this case, I'll need to create a separate template for any specific scenario (suppose we'll have some optional files likeutils
,styles
, and so on).The text was updated successfully, but these errors were encountered: