-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
No typescript declarations
Description
2.5.0 does not have typescript declarations
Affects package
The package(s) in which this bug can be observed.
Affects versions
2.5.0 (latest at the time of creation of this issue)
Steps to reproduce
Steps to reproduce the behavior:
- Install
@fusionauth/react-sdk@2.5.0 - Try to import something like this:
import { useFusionAuth } from "@fusionauth/react-sdk";- Check error: Could not find a declaration file for module '@fusionauth/react-sdk'.
Expected behavior
Same as with previous version typescript declarations should be included
https://www.npmjs.com/package/@fusionauth/react-sdk/v/2.4.3?activeTab=code
But 2.5.0 does not have typescript declaration file: https://www.npmjs.com/package/@fusionauth/react-sdk?activeTab=code
Reactions are currently unavailable