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
I hope you do not mind these little nit-picks. I would not have noticed them if I had not followed your post closely, and I would not bother asking you to fix them if I did not think that the post is worth the effort.
You do not specify a filename for the BlogTeaser component.
When you import the BlogTeaser component, you use a CamelCase filename, which is not consistent with the convention for other components.
I have never seen the usage "For now, let's suffice to say ...". I think the idiom is "For now, suffice it to say ...". Of course, you could also use "For now, let's just say ...".
Inconsistent capitalization: the text mentions DangerouslySetInnerHTML, but the code snippet uses dangerouslySetInnerHTML.
Please add a step npm install transliteration --save.
The text was updated successfully, but these errors were encountered:
I hope you do not mind these little nit-picks. I would not have noticed them if I had not followed your post closely, and I would not bother asking you to fix them if I did not think that the post is worth the effort.
import
the BlogTeaser component, you use a CamelCase filename, which is not consistent with the convention for other components.DangerouslySetInnerHTML
, but the code snippet usesdangerouslySetInnerHTML
.npm install transliteration --save
.The text was updated successfully, but these errors were encountered: