-
I wasn't quite sure if this was an issue with iTwinUI or something on my end with how CRA is configured, so I decided to make a discussion post rather a full blown issue. I have been developing a new web app using CRA and noticed when I tried to use the https://codesandbox.io/s/jovial-shadow-mxhoed?file=/src/App.jsx I could get it to reproduce locally after create a very barebones CRA example: I think the issue comes from how the CSS is imported inside the I have found a working around by directly adding a reference directly to CSS file: I am not sure if this is the intended behavior of iTwinUI (importing css files directly) and I am wondering if there are any CRA configurations I should be aware of to solve this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yeah, we are missing an import for |
Beta Was this translation helpful? Give feedback.
It looks like some styles are still applying, so we might be missing an import somewhere insideedit: whoops, I see you already mentioned you worked around it with a manual import.LabeledSelect
.Yeah, we are missing an import for
input.css
. I've created a PR: #1195