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
TarikGul opened this issue
Sep 9, 2024
· 0 comments
Labels
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P3 - LowNon-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
Currently the typegen for 1.3.0 for Kusama is adding StagingXcmV4Xcm to the imports of query.ts when there is no use of the Import. This is causing typescript build issues. I am not able to find the source of the issue as the code is quite complicated. Due to this being a relatively harmless issue, I am adding a build rule to ignore it!
That being said this issue should be fixed, and the bug can be replicated by removing the "noUnusedLocals": false rules in the tsconfig compiler options for the builds.
The text was updated successfully, but these errors were encountered:
TarikGul
added
P3 - Low
Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
Bug
Tracks issues causing errors or unintended behavior, critical to fix for reliability.
labels
Oct 29, 2024
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P3 - LowNon-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
rel: #5972
Currently the typegen for 1.3.0 for Kusama is adding
StagingXcmV4Xcm
to the imports ofquery.ts
when there is no use of the Import. This is causing typescript build issues. I am not able to find the source of the issue as the code is quite complicated. Due to this being a relatively harmless issue, I am adding a build rule to ignore it!That being said this issue should be fixed, and the bug can be replicated by removing the
"noUnusedLocals": false
rules in the tsconfig compiler options for the builds.The text was updated successfully, but these errors were encountered: