Neil Kistner

Results 7 issues of Neil Kistner

The following hooks referenced `useData` instead of their hook name: - useDraggable - useGrid - useVisibility

This library is great and loving it so far! I am receiving the following error when using the `dragPlaceholder.createElement` property: ``` Property 'getElement' does not exist on type 'DecoratedItem'. ```...

## Description `keyframes` with multiple properties are not inserted correctly. ## Reproduction https://codesandbox.io/s/otion-keyframes-multiple-properties-3d98i ## Expected behavior `keyframes` should output correct style rules like the following: ```css @keyframes _1sk3gu2 {0%{margin:5% 0;width:90%}50%{margin:18%...

bug

Should display a list of options/types/description in readme.

Taking the example from the readme and modifying it like so: ```diff { resolve: 'gatsby-source-filesystem', options: { name: 'queries', path: `${__dirname}/src/queries/`, }, }, { resolve: 'gatsby-source-graphql', options: { + queries:...

The best approach here would be an option keyed by the filename that the variables would map to. So given the example from the readme: ```diff { resolve: 'gatsby-source-filesystem', options:...