payload
payload copied to clipboard
Cannot resolve 'fs' when loading <ListView />
When loading the <ListView />
component like so:
if (Header) {
return <ListView />;
}
I keep getting the error below..