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
I tried using escodegen.generate(node.expression) but it only returns the constant to find the actual component.
This component is not getting added to raw report.
But when i changed it to import SamplePagefrom './SamplePage/components/index'; the component getting recognized. But there are so many like i cant use this.
Can you please suggest how to add this to the component tree ?
Can you please do some youtube on customization and executing constant defined in the module to inject them in jsx.
Thank you for the work much useful for us.
The text was updated successfully, but these errors were encountered:
Hi Dev,
Few of the components are not getting recognized. When used as lazy loading component.
const SamplePage= lazy(() => import('./Sample/components/index'));
Used as route like
I tried using escodegen.generate(node.expression) but it only returns the constant to find the actual component.
This component is not getting added to raw report.
But when i changed it to import SamplePagefrom './SamplePage/components/index'; the component getting recognized. But there are so many like i cant use this.
Can you please suggest how to add this to the component tree ?
Can you please do some youtube on customization and executing constant defined in the module to inject them in jsx.
Thank you for the work much useful for us.
The text was updated successfully, but these errors were encountered: