Rashmit Pankhania
Rashmit Pankhania
``` const webpack = require('webpack'); const path = require('path'); module.exports = { entry: { app: './src/App.jsx', }, output: { path: path.join(__dirname, './static'), filename: "[name].bundle.js" }, optimization: { splitChunks: { cacheGroups:...
please use BrowserRouter, also follow the reference ``` import React from 'react'; import ReactDOM from 'react-dom'; import { BrowserRouter, Route } from 'react-router-dom'; import IssueList from './issuelist.jsx'; import IssueEdit from...
> is the issue still open yes i can still reproduce the same
Hi @t3chguy @luixxiul I found the issue it related to "ended" event after the audio (size greater than 5mb as mentioned in desc) gets completed the ended event callback doesnt...
i am still able to reproduce @nallapaneni-sreehari https://github.com/element-hq/element-web/assets/24410731/378c1935-6a97-4ee0-8f2c-9edb1c80a586