Thank you for fixing the icon problem on insertF7Tab()! I noticed another little bug.
On the standard example; insertF7Tab() works well including icon, but when tab content is added, an error is given and the example app crashes.
tab = f7Tab (tabName = "test", "Test", f7Button(inputId = "stay", label = "Stay") ) gives the following error and leads to a crash.
Warning: Error in writeImpl: Text to be written must be a length-one character vector
Version 1.0.0.9000.
Thank you!
Thank you for fixing the icon problem on
insertF7Tab()! I noticed another little bug.On the standard example;
insertF7Tab()works well including icon, but when tab content is added, an error is given and the example app crashes.tab = f7Tab (tabName = "test", "Test", f7Button(inputId = "stay", label = "Stay") )gives the following error and leads to a crash.Version 1.0.0.9000.
Thank you!