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
index.ts should reexport as namespaces: export * as remoteData from './remote-data instead of unnamed exports.
index.ts should reexport remote-data-t as well
This will enable whole-module autoimports from IDE (i.e. import { remoteData } from '@devexperts/remote-data-ts')
The text was updated successfully, but these errors were encountered:
index.ts
should reexport as namespaces:export * as remoteData from './remote-data
instead of unnamed exports.index.ts
should reexportremote-data-t
as wellThis will enable whole-module autoimports from IDE (i.e.
import { remoteData } from '@devexperts/remote-data-ts'
)The text was updated successfully, but these errors were encountered: