withNamespaces doesnt work with multiple name spaces
See original GitHub issueDescribe the bug
withNamespaces doesnt work with multiple name spaces
withNamespaces('common', 'footer')(Footer);
//only common namesapce is avaialable
Occurs in next-i18next version
0.32.1
Steps to reproduce
withNamespaces('common', 'footer')(Footer);
Expected behaviour
It should load both the namespaces
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
withNamespaces doesnt work with multiple name spaces #198
Found this closed but i'm facing the exact same issue, loading multiple namespace like withNamespaces(['common', 'footer'])(Footer); is not ...
Read more >Xquery not working with namespaces - xml - Stack Overflow
I'm a beginner to xQuery, and I'm trying to list all subclasses of the root node in an XML file. However, the root...
Read more >The Trouble with Namespaces - Spatial's Blog
Today, I'm going to talk about the way my attitude towards using namespaces has pretty much done a complete reversal over the last...
Read more >Managing Namespaces in an XML Document - Microsoft Learn
When you use multiple namespaces in an XML document, you can define one namespace as the default namespace to create a cleaner looking...
Read more >Working with Namespaces in C#
In C#, namespaces are used to logically arrange classes, structs, interfaces, enums and delegates. The namespaces in C# can be nested.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i have tried that as well. but now i figured i can use ‘namespace:key’. closing this.
No, you cannot. In the SSR context, the localisation comes off
req.i18n
. Feel free to search the issues of this repo for similar questions.HOCs are for React components. Just put your
checkboxes
logic inside the component.