Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flags.png is base64 encoded in dist, but required by styles as file. #2

Closed
whittomd opened this issue Nov 9, 2018 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@whittomd
Copy link

whittomd commented Nov 9, 2018

In index.jsx:

const styles = () => ({
flag: {
height: 16,
width: 11,
background: 'url("./flags.png")',
},
flagButton: {
minWidth: 30,
padding: 0,
},
positionStart: {
position: 'relative',
},
});

This causes an attempt to load the file itself, even though it is already included in base64 uri.

@alexplumb alexplumb added the bug Something isn't working label Nov 14, 2018
@alexplumb alexplumb self-assigned this Nov 14, 2018
@alexplumb
Copy link
Owner

Thanks for the heads-up. This should be fixed now.

bherila pushed a commit that referenced this issue Aug 29, 2021
bherila pushed a commit that referenced this issue Aug 29, 2021
superT999 added a commit to superT999/MUIMobile-SSR that referenced this issue Feb 13, 2023
edwardliu92 added a commit to edwardliu92/MUIMobile-SSR that referenced this issue Jun 18, 2023
superfeddy added a commit to superfeddy/MUIMobile-SSR that referenced this issue Dec 4, 2023
super-austin added a commit to super-austin/MUIMobile-SSR that referenced this issue Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants