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
Stick with one way of doing conditional rendering, either use If component or {if} block
Remove service/cennznet/src/Transaction.ts class
Remove node/types and web/types, then migrate their contents to node/utils and web/utils
Migrate all the constants.ts to the apps/gov-website as it needs to match with env file defined there, also remove the .env.development, as what requires can be inferred from the constants.ts
Ensure all library type doesn't consume the constants directly, e.g fetchRequiredRegistrars.ts, Transaction.ts
Remove node/models
Change "Success" step to "Complete"
The text was updated successfully, but these errors were encountered:
If
component or{if}
blockservice/cennznet/src/Transaction.ts
classnode/types
andweb/types
, then migrate their contents tonode/utils
andweb/utils
Migrate all theconstants.ts
to theapps/gov-website
as it needs to match withenv
file defined there, also remove the.env.development
, as what requires can be inferred from theconstants.ts
Ensure alllibrary
type doesn't consume the constants directly, e.gfetchRequiredRegistrars.ts
,Transaction.ts
node/models
"Success"
step to"Complete"
The text was updated successfully, but these errors were encountered: