I can't find MessageList.tsx and MessageEdit.tsx to add my first feature in the app
App Development3 posts211 views4 likesLast activity May 2021
AL
AliceOP
May 2021Hello there,
I’m trying to learn ho to use Daml. I’m currently working on “Your first feature” section to create an app with Daml. I’ve done the Daml Changes part and I’ve run the new feature, but when I go in components I can’t find MessageList.tsx and MessageEdit.tsx. How can I solve this problem? Thanks in advance.
ZS
Zsolt_Holman
May 2021Hi @Alice
According to the instructions in the section MessageList Component these components are expected to be created by yourself. The template “create-daml-app”, which your fist app was based on, doesn’t generate these files by default.
AL
Alice
May 2021Thank you so much! I actually understood that at some point and I had misinterpreted the task. I forgot to delete the question after I solved it.
