Intermittent console error and trying to understand why.
Working on an extension for SC 2020.1 where I am extending the ProductLine.Stock.View using layout.addToViewContextDefinition(‘ProductLine.Stock.View’. What I am finding is every other page refresh, I get the following console error.
INVALID_PARAM: The specified view_id (ProductLine.Stock.View) is not valid for the current component or the callback is not a function.
Is there any reason why this error shows up? I have also tried using the PDP and PLP component, however I still get the error.