Open iurii-kyrylenko opened 4 months ago
Hi, it can be a workaround for now. If some of our components have a problem with forwardRef
during the build, you can create a component for them.
Hi, it can be a workaround for now. If some of our components have a problem with
forwardRef
during the build, you can create a component for them.
Thank you, @iprzybysz
you can create a component for them.
@iprzybysz, Do you mean: you can create an issue for them?
You could organize it by placing it in the src/components
directory, and create components there that encapsulate specific TWE component.
From documentation:
This does't work in App Router mode. The production build (
npm run build
) fails with error:I think that correct place for the
MyComponent.tsx
is the src/components folder.