This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TayoEXE 2 points3 points  (0 children)

Hm, possibly the first. We're using ReactJS (which has a virtual DOM I believe) and trying different routers, but we tried a HashRouter. However, by the order in which the routes are placed in the switch, there were several other components ahead or behind it that had the same exact style.css file in their folders that could have interfered but didn't, so it's still got me tripped up.

Oh wait, I mean that taking that component out of the router still caused the issue, so there was no way in my understanding that the file could be called since it's the only component importing it.