I'm using partials as components and sometimes it has a prefix on it, per example:
- box1_example1
- box1_example2
Sometimes, it renders box_example_2 in place of box_example_1. It seems that it doesn't get the name after underscore.
I've tried to use "-" instead of "_" and got the same issue.
I'm using partials as components and sometimes it has a prefix on it, per example:
Sometimes, it renders box_example_2 in place of box_example_1. It seems that it doesn't get the name after underscore.
I've tried to use "-" instead of "_" and got the same issue.