-
I'm getting an error that I don't understand. Is it a bug or am I misunderstanding something?
But 'Domain' isn't a private type. It's a class defined here. The import looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To partially answer my own question, this seems to have something to do with using relative imports internally somewhere for public symbols? I changed some internal imports to start with "@skybrian/repeat-test" and it went away. Edit: It came back for a while, and then went away again. This is looking more like a non-deterministic bug. Maybe a caching issue? Edit 2: Definitely nondeterministic. I created a bug: #25188 |
Beta Was this translation helpful? Give feedback.
To partially answer my own question, this seems to have something to do with using relative imports internally somewhere for public symbols? I changed some internal imports to start with "@skybrian/repeat-test" and it went away.
Edit: It came back for a while, and then went away again. This is looking more like a non-deterministic bug. Maybe a caching issue?
Edit 2: Definitely nondeterministic. I created a bug: #25188