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
#185 attempted to address this but the solution doesn't work for nested modules
ie. root module contains module a and module b, feeding output of a to b, but module b has a two child modules c and d, that it tries to pass through outputs from module a as inputs to c and d. currently it appears those inputs in module c and d appear blank.
The text was updated successfully, but these errors were encountered:
#185 attempted to address this but the solution doesn't work for nested modules
ie. root module contains module a and module b, feeding output of a to b, but module b has a two child modules c and d, that it tries to pass through outputs from module a as inputs to c and d. currently it appears those inputs in module c and d appear blank.
The text was updated successfully, but these errors were encountered: