ithaka / pharos

JSTOR's design system
https://pharos.jstor.org
MIT License
112 stars 15 forks source link

createFormData is not exported #769

Closed ymouzakis closed 1 week ago

ymouzakis commented 1 week ago

Expected behavior ./lib/utils/createFormData.js should be part of the pharos exports so it can be used outside of pharos

Actual behavior The file is not exported and is causing errors when trying to access the module.

Steps to reproduce the issue Try to import "@ithaka/pharos/lib/utils/createFormData.js" in from pharos

Screenshots or code

Not able to import create form data from latest version import("@ithaka/pharos/lib/utils/createFormData.js") Missing "./lib/utils/createFormData.js" specifier in "@ithaka/pharos" package

Pharos version Latest 14.2.3

Your environment

Additional information Add any additional notes or further context about the issue here, including any known workarounds.