Skip to content

Conversation

@marcoexplora
Copy link

This is the patch I created to solve the two missing imports on
#47

In serialiseModuleDefinition I had to add a double import ( maybe there is a cleaner solution but I didn't want to mess with the logic of the file)

    serializeFunctionalComponent = require('./serializeModule'),
    serializeModule = require('./serializeModule'),

I hope this helps

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant