This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Typings/Paths for react/index.d.ts are not correctly generated #455
Labels
bug
Something isn't working
Describe the bug
npm run build
generates areact/index.d.ts
which uses incorrect paths in the current version (1.2.1):E.g. (occurs multiple times in the file):
To reproduce
npm install && npm run build
react/index.d.ts
Expected behavior
dist
only appears once on the path, as it was the case before this commit acadb09:Current behavior
Starting with the linked commit and later,
dist
appears twice in the path, which is incorrect, as the path../dist/dist/...
does not exist.Desktop (please complete the following information):
macOS 13.2.1
v1.2.1
The text was updated successfully, but these errors were encountered: