Export default connect and export default class (FluidNavigator) #22629
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
Review the documentation: https://facebook.github.io/react-native
Search for existing issues: https://github.com/facebook/react-native/issues
Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
Description
I experience a problem. Export default connect and export default class. How can I use together? Sorry for the basic question
Reproducible Demo
When I change it as below, I get this error when I click on the button in the Kriter class
export const ConnectedKriter = connect(mapToStateProps, { kriterDegis, denetimKriter })(Kriter);
The text was updated successfully, but these errors were encountered: