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

fix: export right interface with right props#331

Open
ameernormie wants to merge 1 commit into
dancormier:masterfrom
ameernormie:master
Open

fix: export right interface with right props#331
ameernormie wants to merge 1 commit into
dancormier:masterfrom
ameernormie:master

Conversation

@ameernormie

@ameernormie ameernormie commented May 29, 2019

Copy link
Copy Markdown

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