MHi, Thanks for the tutorial. However, I am facing some issues with Nextjs v12 when importing the component. It is saying that the export token does not exists... I solved it by changing the export to something like: export * from './counter';Comment·Article·Jul 7, 2022·Publishing TypeScript React components to NPM