You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had stOutputPackage set to web.typings. A module generated a member named web. The imports break with something like value typings is not a member of web.
All the references to the output package must be prefixed with _root_ to avoid this conflict.
The text was updated successfully, but these errors were encountered:
steinybot
added a commit
to steinybot/Converter
that referenced
this issue
Jul 31, 2024
We had
stOutputPackage
set toweb.typings
. A module generated a member namedweb
. The imports break with something likevalue typings is not a member of web
.All the references to the output package must be prefixed with
_root_
to avoid this conflict.The text was updated successfully, but these errors were encountered: