https://github.com/discourse/discourse/commit/df213639f15e6e2df3de59a025145da77f503abd
Earlier, in the topic-title
connector, the model variable used to be set which had the details for the topic.
But now the model
is undefined.
So I went through the commits made for topic-title.hbs file, and I tried removing/adding the commit to understand the changes.
Here is the screenshot of the model
in the topic-title connector.
Here is the model
present in the topic-title.hbs connector
before this commit (df213639f15e6e2df3de59a025145da77f503abd)
After this commit, the model object is undefined
So I want to understand the changes, is there any different way now we have to use the connector and the model present in it. I tried searching in github and meta, but I couldn’t figure out myself.