Skip to content

example import issue #16

@delislej

Description

@delislej

hi there, I was testing out your example, I think you have an issue with your import statement for 'useGamepads.'

the demo returned the error:

TypeError: awesome_react_gamepads__WEBPACK_IMPORTED_MODULE_3___default(...) is not a function

to get it to work I had to change

import useGamepads from 'awesome-react-gamepads';

to

import { useGamepads } from 'awesome-react-gamepads';

this is because useGamepads is not declared default in the module.

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions