cymen / react-floating-label-textarea

A floating label textarea component for React
MIT License
2 stars 1 forks source link

NPMjs version potentially out of date/corrupt #2

Open Krelsis opened 2 years ago

Krelsis commented 2 years ago

Upon running npm install react-floating-label-textarea and proceeding to use it as needed results in a label-input being used instead.

Inspecting the node_modules\react-floating-label-textarea\dist folder reveals the following item listing : screenshot rather than just the three neeeded. The textarea files show content contrary to that which is visible in the git, they reference label-input content rather than its' own label-textarea content.

I instead had to clone the git, npm ci and npm run build and manually replace the dist folder contents.

Suggested action: Clear out local build/dist; anything that might have had external files by mistake, (or delete local folder completely and pull again from master), npm ci, npm run build and npm publish, minor version bump may be helpful.

Krelsis commented 2 years ago

Bump

Krelsis commented 1 year ago

Bump

Krelsis commented 2 months ago

Bump