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
Problem
while importing flow import Flow from '@flowjs/flow.js' in angular 16 components getting below error. Could not find a declaration file for module '@flowjs/flow.js'
Should work without dependency
After adding dependency of @types/flowjs__flow.js it is working fine, which should also work as expected without adding @types/flowjs__flow.js dependency.
Error Detail
The text was updated successfully, but these errors were encountered:
Problem
while importing flow
import Flow from '@flowjs/flow.js'
in angular 16 components getting below error.Could not find a declaration file for module '@flowjs/flow.js'
Should work without dependency
After adding dependency of
@types/flowjs__flow.js
it is working fine, which should also work as expected without adding @types/flowjs__flow.js dependency.Error Detail
The text was updated successfully, but these errors were encountered: