StoryStateRow and StoryStateColumn tags

Hi ,

I am developing a monday app. I trying out several monday react components from https://style.monday.com/. I got below error while running code:

] ./src/AppSolution.js
[0] Line 175:4: ‘StoryStateRow’ is not defined react/jsx-no-undef
[0] Line 176:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef
[0] Line 179:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef
[0] Line 182:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef
[0] Line 185:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef

Please let me know from where to import these tags.

Hi @ranjit.vemuri!

Check out this section of our GitHub page here.

This is what you will need to import:

I hope this helps! Let us know if you have additional questions or concerns at this time.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.