Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

fix: export right interface with right props #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ameernormie
Copy link

@ameernormie ameernormie commented May 29, 2019

The package is exporting an interface SwipeoutProperties from 'index.d.ts',
this interface has a prop named 'rowId' but this prop is not supported in the
package. The prop that is supported in package is 'rowID'. Because of this user
was getting wrong intellisense in the editor and even after updating row id in props
wasn't getting updated.

Fixes #330

The package is exporting an interface SwipeoutProperties from 'index.d.ts',
this interface has a prop named 'rowId' but this prop is not supported in the
package. The prop that is supported in package is 'rowID'. Because of this user
was getting wrong intellisense in the editor and even after updating row id in props
it wasn't updated
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong type exported.
1 participant