You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We released a new typescript version of feathers-hooks-common. Please try updating npm i feathers-hooks-common@6 and try the import again. Please let me know if your issue is fixed then.
Steps to reproduce
feathers-hooks-common
is installed.alterItems
(VSCode IDE Quick fix ("blue lightbulb"))Cannot find module 'feathers-hooks-common/types'
Expected behavior
The IDE shouldn't import from
feathers-hooks-common/types
but rather fromfeathers-hooks-common
.Actual behavior
The IDE imports from
feathers-hooks-common/types
.System configuration
Module versions Probably this package / metadata.
NodeJS version:
v16.14.0
Operating System:
Ubuntu 20.04.4 LTS
onWSL 2
on Windows 10x64
Browser Version: Chrome
98.0.4758.102
React Native Version: (Not used)
Module Loader:
vite
(from example FeathersJS project)The text was updated successfully, but these errors were encountered: