Glenn 'devalias' Grant
Glenn 'devalias' Grant
@sofisparkle Awesome, thanks for clarifying and chiming in here! :) --- @soichi Based on https://github.com/sparkletown/sparkle/issues/1434#issuecomment-849530940 we probably have a few potential approaches here. Off the top of my head, my...
@soichih I believe I asked you about this on a previous issue and never got a response, but it would be great to know more about what you’re using to...
I assume you're referring to `src/components/molecules/NavSearchBar/NavSearchBar.tsx` when you say 'top search bar'? If so, it seems to currently search by 'rooms' (eg. the 'room'/portal displayed on a `partymap` template) rather...
> url is wrong -- [ohbm.sparkle.space/in/%20boothsiemenshealthineers](https://ohbm.sparkle.space/in/%20boothsiemenshealthineers) as reported elsewhere @yarikoptic Can you please link to the issue/PR that describes this problem.
@yarikoptic Cool, thanks :)
@yarikoptic This is a sort of 'known issue' that I believe happens when we deploy new code. It essentially relates to how the webpack'd code bundles are loaded (that's the...
I believe the specific `Uncaught SyntaxError: Unexpected token '
Note that a lot of the resources/issues you'll find across the web when searching for this relate to webpack's `publicPath` setting (and/or how create react app use the `homepage` field...
You can read more about Create React App's deployment docs in: - https://create-react-app.dev/docs/deployment/ And specifically the section on firebase in: - https://create-react-app.dev/docs/deployment/#firebase Note that I don't believe we're currently using...
Note: You'll also see this error coincide quite regularly with errors like: ``` ChunkLoadError: Loading chunk 3 failed. (missing: https://ohbm.sparkle.space/static/js/3.616b5a90.chunk.js) ```